summaryrefslogtreecommitdiff
path: root/thermal/device.mk
blob: d3166338d0b65ce55c8376cf70531cfcbb125fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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