mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Allow copying of APKs
Change-Id: Ic1a66da7861370feb34a59faa03fb9c6e499ec42 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
d586942a1c
commit
b6f0f3e1bb
1 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,16 @@ $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common
|
|||
# Dalvik
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
# .apex packages
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Allow Copying of apks.
|
||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||
|
||||
# Disable APEX compression
|
||||
# Keep this after including updatable_apex.mk
|
||||
PRODUCT_COMPRESSED_APEX := false
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue