From f0280a99f43d2ac7f616c9c201c89ebd3bed1d66 Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Fri, 18 Jun 2021 03:04:25 +0800 Subject: [PATCH] adpf: move the vendor.powerhal.adpf.rate to raviole The property should be based on device max refresh rate. Move to raviole config files. Bug: 177493042 Test: build Change-Id: I34c42c87e92208e9f8140197e00f713aafaa63ba --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index 0f14978b..a7cd9665 100644 --- a/device.mk +++ b/device.mk @@ -372,9 +372,6 @@ 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