From 8762a73f1b7b70c245ebe875c2846369abdaa32c Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Wed, 12 Jul 2023 15:46:24 -0600 Subject: [PATCH] RELAND: sepolicy: thermal: move thermal makefile move thermal makefile to the dump folder. This is done as a part of reorganizing thermal sepolicy code. Reland this change, since all the references from EoL socs are removed. Bug: 289146743 Test: Compilation and bootup test Change-Id: Ibe60672d34b02712f04293cc891c12a07a93c23e Signed-off-by: Ram Chandrasekar --- thermal/thermal.mk | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 thermal/thermal.mk diff --git a/thermal/thermal.mk b/thermal/thermal.mk deleted file mode 100644 index 03b1dfa..0000000 --- a/thermal/thermal.mk +++ /dev/null @@ -1,3 +0,0 @@ -BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump - -PRODUCT_PACKAGES += dump/dump_thermal.sh