From 7817a84c4836e777c4fb9d62b948ea65eb8c3ad6 Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Wed, 12 Jul 2023 15:46:24 -0600 Subject: [PATCH] sepolicy: thermal: move thermal makefile move thermal makefile to the dump folder. This is done as a part of reorganizing thermal sepolicy code. Bug: 289146743 Test: Compilation and bootup test Change-Id: I43d5d3916e7ec49cfc174bf709a466d4078b1c21 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