diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-25 22:45:18 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-25 23:01:34 +0200 |
commit | d2cd1f396a80076b9e5dd13140e710bcba04b3e6 (patch) | |
tree | 525633138652ca7602a3db8631f03b527b709086 /msm8996.mk | |
parent | 76e808057a1187b7479f222291cfb8c2d1e6f0ee (diff) |
msm8996-common: Move thermal-engine.conf from vendor to msm8996-common.
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -400,3 +400,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \ android.hardware.thermal@1.0-service + +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf |