summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-05-01 14:59:43 -0700
committerYifan Hong <elsk@google.com>2018-07-17 11:57:44 -0700
commit31150c1121ffc3ddbe5fb607d42beac048a9173b (patch)
treec2d19a550b5c5cad6cfa16c64af7bdcfe6e496a6 /healthd
parent3a39eec3076d296d550c4eb57590cf7fb0f06bd3 (diff)
downloadsystem_core-31150c1121ffc3ddbe5fb607d42beac048a9173b.tar.gz
system_core-31150c1121ffc3ddbe5fb607d42beac048a9173b.tar.bz2
system_core-31150c1121ffc3ddbe5fb607d42beac048a9173b.zip
healthd: overridden by health@2.0-service
Test: boots Bug: 79107699 Bug: 77541952 Bug: 79107699 Change-Id: Ida4cf80d3553365b673e30cdd19590c156cb52e0 Merged-In: Ida4cf80d3553365b673e30cdd19590c156cb52e0 (cherry picked from commit 28d2fb80b2a370d16aeb872f16d9947d699cc7b2)
Diffstat (limited to 'healthd')
-rw-r--r--healthd/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/healthd/Android.bp b/healthd/Android.bp
index 49d53503b..8bd51e730 100644
--- a/healthd/Android.bp
+++ b/healthd/Android.bp
@@ -57,6 +57,10 @@ cc_defaults {
cc_binary {
name: "android.hardware.health@2.0-service",
defaults: ["android.hardware.health@2.0-service_defaults"],
+
+ overrides: [
+ "healthd",
+ ]
}
cc_binary {