You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
273 B
12 lines
273 B
4 months ago
|
# 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
|