android: Remove native-code.cxx on make clean.
Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a
This commit is contained in:
parent
0d5c8dff30
commit
7efbca6642
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue