summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/Android.mk b/core/res/Android.mk
index b0669294dd9d..370a01ff3b93 100644
--- a/core/res/Android.mk
+++ b/core/res/Android.mk
@@ -29,6 +29,9 @@ LOCAL_AAPT_FLAGS += --private-symbols com.android.internal
# Framework doesn't need versioning since it IS the platform.
LOCAL_AAPT_FLAGS += --no-auto-version
+# Allow overlay to add resource
+LOCAL_AAPT_FLAGS += --auto-add-overlay
+
# Install this alongside the libraries.
LOCAL_MODULE_PATH := $(TARGET_OUT_JAVA_LIBRARIES)