From 8930920200681fc67006a15e9f0d869b898cba42 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sun, 14 Oct 2018 14:47:55 +0200 Subject: [PATCH] g12: Unset PRODUCT_FULL_TREBLE_OVERRIDE * It's not needed since it's automatically set for any devices shipped with 26+. Change-Id: I59e17fe3774af63dbea424be6206b77e0e6050ba --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d8b67a1..b8a12d0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -126,7 +126,6 @@ PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH) ## Treble BOARD_VNDK_VERSION := current -PRODUCT_FULL_TREBLE_OVERRIDE := true ## Recovery TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/init-files/fstab.amlogic -- 2.20.1