diff options
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | android/source/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0da4ba05bda2..83a37ecb90e3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -192,6 +192,7 @@ ifeq ($(OS),ANDROID) rm -fr $(SRCDIR)/android/source/assets rm -fr $(SRCDIR)/android/source/assets_fullUI rm -fr $(SRCDIR)/android/source/assets_strippedUI + rm -fr $(SRCDIR)/android/source/res_generated endif endif diff --git a/android/source/Makefile b/android/source/Makefile index d934994001d9..32b233c74a4c 100644 --- a/android/source/Makefile +++ b/android/source/Makefile @@ -23,7 +23,7 @@ uninstall: $(ANDROID_SDK_DIR)/platform-tools/adb uninstall $(ANDROID_PACKAGE_NAME) clean: - rm -rf assets assets_fullUI assets_strippedUI build jniLibs jniLibs_debug $(OBJLOCAL) + rm -rf assets assets_fullUI assets_strippedUI build jniLibs jniLibs_debug res_generated $(OBJLOCAL) rm -f native-code.cxx rm -f liboSettings.gradle |