diff options
author | Ram Chandrasekar <rkumbako@codeaurora.org> | 2021-05-04 09:56:52 -0700 |
---|---|---|
committer | Ram Chandrasekar <rkumbako@codeaurora.org> | 2021-05-04 09:56:52 -0700 |
commit | a89618d05c9d3823f636547501b2c08550bf1e90 (patch) | |
tree | ceb35d0ba3b393cc97941d8cffc4af7cfc42ab62 | |
parent | 8b04bc95585a452da6daf307e920301ed98aa6fe (diff) |
thermal-hal: Include the correct v2 rc file
Include the correct v2 rc file to start the thermal hal v2 binary.
Change-Id: I338b25c49fc098d6f597dc1a59404edac85ec375
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ cc_binary { ], vendor: true, relative_install_path: "hw", - init_rc: ["android.hardware.thermal@2.0-service.qti.rc"], + init_rc: ["android.hardware.thermal@2.0-service.qti-v2.rc"], vintf_fragments: ["android.hardware.thermal@2.0-service.qti.xml"], srcs: [ "service.cpp", |