Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 698fd731 authored by Lujiang Xue's avatar Lujiang Xue Committed by Roger Xue
Browse files

Allow overlay to add resource.

Bug: 64317726

Test: build android auto build, and flash on car head unit and verified.
Change-Id: I1ce82e5632c491fe1a4f7d356192471328e28a95
(cherry picked from commit 86f0c20d2b95b091584e4ef32e41e111a104485a)
parent 3dd54944
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)