You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
391 B
15 lines
391 B
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/power-libperfmgr
|
|
|
|
# sendhint utility
|
|
PRODUCT_PACKAGES += \
|
|
sendhint
|
|
|
|
# power HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.power-service.pixel-libperfmgr
|
|
|
|
# Enable adpf cpu hint session for SurfaceFlinger and HWUI
|
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|
debug.sf.enable_adpf_cpu_hint=true \
|
|
debug.hwui.use_hint_manager=true
|