12 lines
273 B
Makefile
12 lines
273 B
Makefile
# Thermal HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.thermal@2.0-service.pixel \
|
|
thermal_symlinks
|
|
|
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
PRODUCT_PACKAGES += \
|
|
thermal_logd
|
|
endif
|
|
|
|
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/thermal
|