android: Remove native-code.cxx on make clean.

Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a
This commit is contained in:
Matúš Kukan 2014-01-21 09:18:43 +01:00
parent 0d5c8dff30
commit 7efbca6642

View file

@ -69,6 +69,7 @@ uninstall:
clean: android_version_setup properties clean: android_version_setup properties
$(ANT) -quiet -keep-going clean $(ANT) -quiet -keep-going clean
rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml rm -rf assets libs $(SODEST) $(OBJLOCAL) $(BOOTSTRAPDIR)/no-resource-compress.xml
rm -f native-code.cxx
# #
# Build / link the single .so for this app # Build / link the single .so for this app