1# Thermal HAL 2PRODUCT_PACKAGES += \ 3 android.hardware.thermal@2.0-service.pixel \ 4 5ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) 6PRODUCT_PACKAGES += \ 7 thermal_logd 8endif 9 10BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/thermal 11