summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Chandrasekar <rkumbako@codeaurora.org>2021-05-04 09:56:52 -0700
committerRam Chandrasekar <rkumbako@codeaurora.org>2021-05-04 09:56:52 -0700
commita89618d05c9d3823f636547501b2c08550bf1e90 (patch)
treeceb35d0ba3b393cc97941d8cffc4af7cfc42ab62
parent8b04bc95585a452da6daf307e920301ed98aa6fe (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.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 49ac1be..0100465 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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",