From fb733fd2be6762a2d65c69460d119adeca5a66c8 Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Wed, 12 Jul 2023 15:52:20 -0600 Subject: [PATCH] zuma: update the thermal dump script path Update the thermal dump script path. Bug: 289146743 Test: Compilation and boot-up test. Change-Id: I692cd56a01cad0ac70286662c3c8e758cb743b34 Signed-off-by: Ram Chandrasekar --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 261cf95e..67075af9 100644 --- a/device.mk +++ b/device.mk @@ -23,7 +23,7 @@ include device/google/gs-common/aoc/aoc.mk include device/google/gs-common/trusty/trusty.mk include device/google/gs-common/pcie/pcie.mk include device/google/gs-common/storage/storage.mk -include device/google/gs-common/thermal/thermal.mk +include device/google/gs-common/thermal/dump/thermal.mk include device/google/gs-common/performance/perf.mk include device/google/gs-common/pixel_metrics/pixel_metrics.mk include device/google/gs-common/soc/freq.mk