diff --git a/thermal/Android.bp b/thermal/dump/Android.bp similarity index 100% rename from thermal/Android.bp rename to thermal/dump/Android.bp diff --git a/thermal/dump_thermal.sh b/thermal/dump/dump_thermal.sh similarity index 100% rename from thermal/dump_thermal.sh rename to thermal/dump/dump_thermal.sh diff --git a/thermal/dump/thermal.mk b/thermal/dump/thermal.mk new file mode 100644 index 0000000..03b1dfa --- /dev/null +++ b/thermal/dump/thermal.mk @@ -0,0 +1,3 @@ +BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/dump + +PRODUCT_PACKAGES += dump/dump_thermal.sh diff --git a/thermal/sepolicy/dump_thermal.te b/thermal/sepolicy/dump/dump_thermal.te similarity index 100% rename from thermal/sepolicy/dump_thermal.te rename to thermal/sepolicy/dump/dump_thermal.te diff --git a/thermal/sepolicy/file_contexts b/thermal/sepolicy/dump/file_contexts similarity index 100% rename from thermal/sepolicy/file_contexts rename to thermal/sepolicy/dump/file_contexts diff --git a/thermal/sepolicy/genfs_contexts b/thermal/sepolicy/dump/genfs_contexts similarity index 100% rename from thermal/sepolicy/genfs_contexts rename to thermal/sepolicy/dump/genfs_contexts diff --git a/thermal/thermal.mk b/thermal/thermal.mk index 3b3dede..03b1dfa 100644 --- a/thermal/thermal.mk +++ b/thermal/thermal.mk @@ -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