15 lines
391 B
Makefile
15 lines
391 B
Makefile
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
|