From ef53ab6448735e1cfe4537b845c77b2b44748966 Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Thu, 20 Dec 2018 12:51:45 +0100 Subject: [PATCH] sdm660-common: enable PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE to fix unexported propertys in init --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2e2694e3..de898f22 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -257,6 +257,7 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private # Treble PRODUCT_FULL_TREBLE_OVERRIDE := true PRODUCT_VENDOR_MOVE_ENABLED := true +PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE :=true # Timeservice BOARD_USES_QC_TIME_SERVICES := true