From ebe358dcbfa185e6c70c08e5abc06d2e0dd1dbb6 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 14 Jun 2020 12:30:40 +0200 Subject: [PATCH] sdm845-common: Unset BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED * It's set to true by default if PRODUCT_FULL_TREBLE := true, which is set to true by default if PRODUCT_SHIPPING_API_LEVEL >= 26. Change-Id: I3b5d7949382633f55bd8eec4ef551d05373d3cdc --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 72724f2..db0853f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -59,7 +59,6 @@ TARGET_BOARD_PLATFORM := sdm845 TARGET_BOARD_PLATFORM_GPU := qcom-adreno630 # Properties -BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop