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 /manifest.xml | |
parent | 0f63bc049625f4e61930c48d334eb2da4f5bae9a (diff) | |
parent | 34f3dcb3831f6ab52af403443e415c62d67d387f (diff) |
Merge "sdm660_64: Enable Thermal HAL by default"
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 10 |
1 files changed, 10 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> |