universal7885: Allow copying of APKs

Change-Id: Ic1a66da7861370feb34a59faa03fb9c6e499ec42
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Chatur27 2021-10-10 05:20:02 +00:00 committed by roynatech2544
commit b6f0f3e1bb
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

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