From c8436d8183f7c78233ce9b23eda063ae697db577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Mon, 9 Sep 2024 17:03:22 +0000 Subject: [PATCH] Delete PRODUCT_FULL_TREBLE_OVERRIDE. This variable doesn't do anything for devices launching with API level 26 or later, and the initial zuma devices (Pixel 8) launched with API level 34. Bug: 307369186 Test: presubmit Flag: EXEMPT trivial build cleanup Change-Id: I181937f9e49d4b9e1088fc92df7681d1a39e3d26 --- BoardConfig-common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index abc4803a..2a1898eb 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -19,9 +19,6 @@ include build/make/target/board/BoardConfigPixelCommon.mk # Include settings for 16k developer option, if enabled include device/google/zuma/BoardConfig-16k-common.mk -# Should be uncommented after fixing vndk-sp violation is fixed. -PRODUCT_FULL_TREBLE_OVERRIDE := true - # HACK : To fix up after bring up multimedia devices. TARGET_SOC := zuma