sepolicy: thermal: reorganize the source to folder

Reorganize the dump thermal script source and sepolicy to its own
folder. This is done as a part of moving all thermal product
makefiles to gs-common.

Bug: 289146743
Test: Compilation and bootup test

Change-Id: Ie9162b401c9bed57c3d2e2648edc17457ad8883e
Signed-off-by: Ram Chandrasekar <rchandrasekar@google.com>
This commit is contained in:
Ram Chandrasekar 2023-07-12 14:50:20 -06:00
parent 46e5f8185a
commit 910ecf4ffa
7 changed files with 5 additions and 2 deletions

3
thermal/dump/thermal.mk Normal file
View File

@ -0,0 +1,3 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump
PRODUCT_PACKAGES += dump/dump_thermal.sh

View File

@ -1,3 +1,3 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump
PRODUCT_PACKAGES += dump_thermal.sh
PRODUCT_PACKAGES += dump/dump_thermal.sh