From a1f78bf75d7242cda5f16b7b615ef57772e2ef1c Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Thu, 22 Feb 2024 14:47:50 +0800 Subject: [PATCH] dumpstate: thermal: update thermal dump script path Correct thermal dump script file path Bug: 326349256 Test: build Change-Id: Iaf2108f037ca89ffae3e89a2e81996d03c79ff5f --- thermal/dump/thermal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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