From b6f0f3e1bbabf13e282183b1fd363670850be40a Mon Sep 17 00:00:00 2001 From: Chatur27 Date: Sun, 10 Oct 2021 05:20:02 +0000 Subject: [PATCH] universal7885: Allow copying of APKs Change-Id: Ic1a66da7861370feb34a59faa03fb9c6e499ec42 Signed-off-by: roynatech2544 --- universal7885-common/universal7885-common.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 6da9ebb..6fd2b19 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -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