diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-06 01:39:47 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-06 01:39:47 -0800 |
commit | 48a6b7278d619d6853af905f43f54dda7ef3428a (patch) | |
tree | b44cdcd75c11464fc5cecd29ba60d2bf1f8529c9 | |
parent | 0f63bc049625f4e61930c48d334eb2da4f5bae9a (diff) | |
parent | 34f3dcb3831f6ab52af403443e415c62d67d387f (diff) |
Merge "sdm660_64: Enable Thermal HAL by default"
-rw-r--r-- | manifest.xml | 10 | ||||
-rw-r--r-- | sdm660_64.mk | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 2b7cd62..a0f68ee 100644 --- a/manifest.xml +++ b/manifest.xml @@ -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> diff --git a/sdm660_64.mk b/sdm660_64.mk index 4d791fb..81fbce3 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -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 |