powerhint: fork powerhint.json for pantah am: b9cf8d408a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17107186

Change-Id: I7afdadf1fa5a9782d3f7ccac2a457ef907d9e1be
This commit is contained in:
Jimmy Shiu 2022-03-08 15:47:06 +00:00 committed by Automerger Merge Worker
commit c15ca55cfa
8 changed files with 4188 additions and 0 deletions

View file

@ -110,6 +110,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-cheetah.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL
DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -81,6 +81,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-cloudripper.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL
DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -99,6 +99,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-panther.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL
DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml

View file

@ -86,6 +86,10 @@ DEVICE_MANIFEST_FILE += \
PRODUCT_COPY_FILES += \
device/google/pantah/thermal_info_config_ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
# Power HAL config
PRODUCT_COPY_FILES += \
device/google/pantah/powerhint-ravenclaw.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
# Bluetooth HAL
DEVICE_MANIFEST_FILE += \
device/google/pantah/bluetooth/manifest_bluetooth.xml

1043
powerhint-cheetah.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-cloudripper.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-panther.json Normal file

File diff suppressed because it is too large Load diff

1043
powerhint-ravenclaw.json Normal file

File diff suppressed because it is too large Load diff