From e39540814017a227dd3125e067592cdda1fc2009 Mon Sep 17 00:00:00 2001 From: Matt Buckley Date: Tue, 6 Dec 2022 21:58:37 +0000 Subject: [PATCH] Disable HWUI adpf by default and enable in device.mk * Make HWUI disabled by default for vendors * Explicitly enable in supported devices * Consolidate flags for HWUI and SF Bug: b/261628396 Test: manual Change-Id: I46f87bdc8f5a5c20748ad434866be2b15f8d406e --- device-lynx.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device-lynx.mk b/device-lynx.mk index f9b86e6..cdac86b 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -243,10 +243,6 @@ PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml -# Enable adpf cpu hint session for SurfaceFlinger -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - debug.sf.enable_adpf_cpu_hint=true - # The default value of this variable is false and should only be set to true when # the device allows users to enable the seamless transfer feature. PRODUCT_PRODUCT_PROPERTIES += \