summaryrefslogtreecommitdiff
path: root/thermal/device.mk
blob: 1d71d312a74d84ac64c1dd1971adce9f16bc35bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PRODUCT_PACKAGES += \
    android.hardware.thermal-service.pixel

# Thermal utils
PRODUCT_PACKAGES += \
    thermal_symlinks

ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
    thermal_logd
endif

BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/thermal