From b619b3220cb32b2ff7343649d5d879afa9cb44f8 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 17 Jan 2018 07:10:27 +0900 Subject: [PATCH] Use PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE instead of PRODUCT_COMPATIBLE_PROPERTY PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE must be true because wahoo devices aren't prepared yet for whitelisting actionable system properties. Bug: 38146102 Test: tested on walleye Change-Id: Ic41cbbf6cbe6f191f8ffe9a48609e46aeee5c374 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 47d95552..2bdaabee 100755 --- a/device.mk +++ b/device.mk @@ -14,7 +14,8 @@ # limitations under the License. # -PRODUCT_COMPATIBLE_PROPERTY := true +PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true +PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE := true PRODUCT_PROPERTY_OVERRIDES += \ keyguard.no_require_sim=true