commit | a1f78bf75d7242cda5f16b7b615ef57772e2ef1c | [log] [tgz] |
---|---|---|
author | YiHo Cheng <yihocheng@google.com> | Thu Feb 22 14:47:50 2024 +0800 |
committer | YiHo Cheng <yihocheng@google.com> | Thu Feb 29 06:51:05 2024 +0000 |
tree | 780001d95c7c4a991d837375a0e604884f18b8b2 | |
parent | 64ede7b44ca9f2473b0795066303c5e822d56bb1 [diff] |
dumpstate: thermal: update thermal dump script path Correct thermal dump script file path Bug: 326349256 Test: build Change-Id: Iaf2108f037ca89ffae3e89a2e81996d03c79ff5f
diff --git a/thermal/dump/thermal.mk b/thermal/dump/thermal.mk index 03b1dfa..4bb0344 100644 --- a/thermal/dump/thermal.mk +++ b/thermal/dump/thermal.mk
@@ -1,3 +1,3 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump -PRODUCT_PACKAGES += dump/dump_thermal.sh +PRODUCT_PACKAGES += dump_thermal.sh