[Libreoffice-commits] core.git: android/Bootstrap

Matúš Kukan matus.kukan at collabora.com
Wed Jan 22 11:26:34 PST 2014


 android/Bootstrap/Makefile.shared |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7efbca66429bbf47f3f9579270c22225c0d4a190
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Jan 21 09:18:43 2014 +0100

    android: Remove native-code.cxx on make clean.
    
    Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a

diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 7af927b..7c8dea9 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -69,6 +69,7 @@ uninstall:
 clean: android_version_setup properties
 	$(ANT) -quiet -keep-going clean
 	rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml
+	rm -f native-code.cxx
 
 #
 # Build / link the single .so for this app


More information about the Libreoffice-commits mailing list