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