From df5e8f16f3352b1710963c9bf67000ab938754c4 Mon Sep 17 00:00:00 2001 From: Velsoth Date: Tue, 19 Nov 2019 00:19:08 +0000 Subject: [PATCH] Prevent the creation of Email.apk Signed-off-by: Velsoth --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 027251f06..8a50cbce3 100644 --- a/Android.mk +++ b/Android.mk @@ -65,7 +65,7 @@ ifeq (eng,$(TARGET_BUILD_VARIANT)) LOCAL_PROGUARD_FLAG_FILES += proguard-test.flags endif -include $(BUILD_PACKAGE) +#include $(BUILD_PACKAGE) # only include rules to build other stuff for the original package, not the derived package. ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)