64fa39a612
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
8 lines
249 B
Makefile
8 lines
249 B
Makefile
# Thermal
|
|
PRODUCT_COPY_FILES += \
|
|
$(VENDOR_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
|
|
|
|
# Thermal HAL
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.thermal@1.0-impl \
|
|
android.hardware.thermal@1.0-service
|