Merge "sdm660_64: Enable Thermal HAL by default"
This commit is contained in:
commit
48a6b7278d
2 changed files with 14 additions and 0 deletions
10
manifest.xml
10
manifest.xml
|
@ -661,4 +661,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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>
|
</manifest>
|
||||||
|
|
|
@ -304,3 +304,7 @@ PRODUCT_PACKAGES += android.hardware.gatekeeper@1.0-impl \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
|
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
|
||||||
|
|
Loading…
Reference in a new issue