From c0257a0f667aa82a2a2a3204ce8b311a361017b7 Mon Sep 17 00:00:00 2001 From: Yixuan Jiang Date: Tue, 3 Sep 2024 17:15:57 +0800 Subject: [PATCH 1/2] Add pixellogger with non radio Flag: EXEMPT bugfix Bug: 353117906 Change-Id: I9223021c1fd0af8b868b5a8c40cc7c9b620ff0aa Signed-off-by: Yixuan Jiang --- device.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 229369a..95fb930 100644 --- a/device.mk +++ b/device.mk @@ -219,6 +219,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.sys.hdcp_checking=drm-only USE_LASSEN_OEMHOOK := true + +# Pixel Logger +include hardware/google/pixel/PixelLogger/PixelLogger.mk + ifneq ($(BOARD_WITHOUT_RADIO),true) # The "power-anomaly-sitril" is added into PRODUCT_SOONG_NAMESPACES when # $(USE_LASSEN_OEMHOOK) is true and $(BOARD_WITHOUT_RADIO) is not true. @@ -274,9 +278,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.modem.extensive_logging_enabled=false -# Pixel Logger -include hardware/google/pixel/PixelLogger/PixelLogger.mk - # Use Lassen specifc Shared Modem Platform SHARED_MODEM_PLATFORM_VENDOR := lassen From fc85b23b29ab74435a6ba91a1509c4d823bcfc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Mon, 9 Sep 2024 17:11:06 +0000 Subject: [PATCH 2/2] Delete PRODUCT_FULL_TREBLE_OVERRIDE. This variable doesn't do anything for devices launching with API level 26 or later, and the initial zumapro devices (Pixel 9) launched with API level 34. Bug: 307369186 Test: presubmit Flag: EXEMPT trivial build cleanup Change-Id: If23568e7e1fc0dff05467e6b4fc97376c06c2233 --- BoardConfig-common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index a37b49f..b21deda 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -16,9 +16,6 @@ include build/make/target/board/BoardConfigMainlineCommon.mk include build/make/target/board/BoardConfigPixelCommon.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 := zumapro