Merge "Allow overlay to add resource."

This commit is contained in:
TreeHugger Robot
2017-11-16 19:03:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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)