1# Thermal HAL 2SOONG_CONFIG_NAMESPACES += thermal_hal_feature 3SOONG_CONFIG_thermal_hal_feature += \ 4 pid \ 5 6SOONG_CONFIG_thermal_hal_feature_pid ?= apply_1_0 7 8PRODUCT_PACKAGES += \ 9 android.hardware.thermal@2.0-service.pixel 10 11# Thermal utils 12PRODUCT_PACKAGES += \ 13 thermal_symlinks 14 15ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) 16PRODUCT_PACKAGES += \ 17 thermal_logd 18endif 19 20BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/thermal 21