diff options
| author | 2017-11-16 19:03:05 +0000 | |
|---|---|---|
| committer | 2017-11-16 19:03:05 +0000 | |
| commit | 61dfd302aa56b2540eec235782aad450ca5e02ea (patch) | |
| tree | 2d802db168607604d3608250e9528726b01620f5 | |
| parent | 0fef56ccbcc9ee64121d6ec8d73d8d64f2fa3ff3 (diff) | |
| parent | 698fd7311b28b145e63dcc47ec23689337a269aa (diff) | |
Merge "Allow overlay to add resource."
| -rw-r--r-- | core/res/Android.mk | 3 |
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) |