Merge "caimito: powerhint: Use the same hints as zuma for baseline." into main
This commit is contained in:
commit
96710ba7a9
7 changed files with 8476 additions and 1 deletions
|
@ -4,6 +4,9 @@ import /vendor/etc/init/hw/init.zumapro.rc
|
|||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
on init && property:ro.boot.hardware.platform=zuma
|
||||
setprop vendor.powerhal.config powerhint-proto.json
|
||||
|
||||
on init
|
||||
# eSE streset tool name
|
||||
setprop persist.vendor.se.streset libstreset24
|
||||
|
|
|
@ -4,6 +4,9 @@ import /vendor/etc/init/hw/init.zumapro.rc
|
|||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
on init && property:ro.boot.hardware.platform=zuma
|
||||
setprop vendor.powerhal.config powerhint-proto.json
|
||||
|
||||
on init
|
||||
# eSE streset tool name
|
||||
setprop persist.vendor.se.streset libstreset24
|
||||
|
|
|
@ -4,6 +4,9 @@ import /vendor/etc/init/hw/init.zumapro.rc
|
|||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
on init && property:ro.boot.hardware.platform=zuma
|
||||
setprop vendor.powerhal.config powerhint-proto.json
|
||||
|
||||
on init
|
||||
# eSE streset tool name
|
||||
setprop persist.vendor.se.streset libstreset24
|
||||
|
|
|
@ -30,4 +30,5 @@ TARGET_VENDOR_PERF_CONFIG_PATH := device/google/caimito/perf
|
|||
endif
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
||||
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE).json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json \
|
||||
$(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-$(TARGET_DEVICE)-proto.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-proto.json
|
||||
|
|
2806
perf/powerhint-caiman-proto.json
Normal file
2806
perf/powerhint-caiman-proto.json
Normal file
File diff suppressed because it is too large
Load diff
2902
perf/powerhint-komodo-proto.json
Normal file
2902
perf/powerhint-komodo-proto.json
Normal file
File diff suppressed because it is too large
Load diff
2757
perf/powerhint-tokay-proto.json
Normal file
2757
perf/powerhint-tokay-proto.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue