From 3c84c460ba13ead736ca0e3be51760407aa385a6 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Mon, 22 Mar 2021 11:30:13 -0700 Subject: [PATCH] Enable adpf on P21 device Bug: 177492680 Test: boot Signed-off-by: Wei Wang Change-Id: I8a8cb061e4d99ee8c919584fc2a35e0ebcaadc38 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 4cf1c7ea..9628a088 100644 --- a/device.mk +++ b/device.mk @@ -345,6 +345,9 @@ endif # Power HAL PRODUCT_COPY_FILES += \ device/google/gs101/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json +# adpf 16ms update rate +PRODUCT_PRODUCT_PROPERTIES += \ + vendor.powerhal.adpf.rate=16666666 PRODUCT_COPY_FILES += \ device/google/gs101/task_profiles.json:$(TARGET_COPY_OUT_VENDOR)/etc/task_profiles.json