From 7efbca66429bbf47f3f9579270c22225c0d4a190 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 21 Jan 2014 09:18:43 +0100 Subject: android: Remove native-code.cxx on make clean. Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a --- android/Bootstrap/Makefile.shared | 1 + 1 file changed, 1 insertion(+) (limited to 'android') diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 7af927bf2be3..7c8dea9c67e9 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 -- cgit