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: Ifda3bfcfdd38a7c2b23b2573e29ad974fe159683
This commit is contained in:
Matt Buckley 2022-12-06 22:01:14 +00:00
parent 69e68ee6c4
commit 0204c4d0ef
2 changed files with 0 additions and 8 deletions

View file

@ -357,10 +357,6 @@ PRODUCT_PRODUCT_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
# Virtual fingerprint HAL
PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.example

View file

@ -340,10 +340,6 @@ PRODUCT_PRODUCT_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
# Virtual fingerprint HAL
PRODUCT_PACKAGES_DEBUG += android.hardware.biometrics.fingerprint-service.example