diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-21 09:18:43 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-22 20:24:54 +0100 |
commit | 7efbca66429bbf47f3f9579270c22225c0d4a190 (patch) | |
tree | 902edd30fe43cbb0a34b6ca2b94777697a897756 /android/Bootstrap | |
parent | 0d5c8dff302c26cd916824434873e3286959435a (diff) |
android: Remove native-code.cxx on make clean.
Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 1 |
1 files changed, 1 insertions, 0 deletions
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 |