mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: enable generating of framework-res__auto_generated_rro_vendor.apk
* Useful on OSS Vendor + GSI Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
cadd533317
commit
c78bdbd31f
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ $(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
|||
# Allow Copying of apks.
|
||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||
|
||||
# For framework-res__auto_generated_rro_vendor.apk
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue