From f036ce1c01a51f762820d0de9c911f898c731472 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Fri, 6 Apr 2018 07:42:23 +0900 Subject: [PATCH] sdm660: Remove PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE This CL will fully enable whitelisting system properties. To do that, the following unnecessary action triggers are removed as well. Bug: 74266614 Test: succeeded building and tested with blueline Change-Id: I0048fd41a5bcd16dd54ba00ac40c0afbfef21d58 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 57c08f26..d92878a3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -291,7 +291,6 @@ BOARD_VNDK_VERSION := current BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true PRODUCT_FULL_TREBLE_OVERRIDE := true PRODUCT_VENDOR_MOVE_ENABLED := true -PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE :=true # Timeservice BOARD_USES_QC_TIME_SERVICES := true