Merge "sdm660_64: Enable Thermal HAL by default"

This commit is contained in:
Linux Build Service Account 2017-11-06 01:39:47 -08:00 committed by Gerrit - the friendly Code Review server
commit 48a6b7278d
2 changed files with 14 additions and 0 deletions

View file

@ -661,4 +661,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<!-- Thermal HAL Service -->
<hal format="hidl">
<name>android.hardware.thermal</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IThermal</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -304,3 +304,7 @@ PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \
endif
PRODUCT_PROPERTY_OVERRIDES += rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
#Thermal
PRODUCT_PACKAGES += android.hardware.thermal@1.0-impl \
android.hardware.thermal@1.0-service