Add all thermal HAL sepolicy and makefile to the new common folder. Bug: 289146743 Test: Compilation test Change-Id: I133dcdac20a970e7ff4026fa503e46fd073be34f Signed-off-by: Ram Chandrasekar <rchandrasekar@google.com>
11 lines
282 B
Makefile
11 lines
282 B
Makefile
PRODUCT_PACKAGES += android.hardware.thermal-service.pixel
|
|
|
|
# Thermal utils
|
|
PRODUCT_PACKAGES += thermal_symlinks
|
|
|
|
# Thermal logd
|
|
PRODUCT_PACKAGES_DEBUG += thermal_logd
|
|
PRODUCT_PACKAGES_ENG += thermal_logd
|
|
|
|
BOARD_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/thermal_hal
|