commit | 97eecdc87590d6807512e960b0f7edb7e83fd801 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jul 03 11:07:37 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Jul 24 17:01:40 2019 -0700 |
tree | 9202c809ac39f744a8d9e177dccffc163d82efe1 | |
parent | dcbaeef6e33f870ac7ab158bf8217adf229d9420 [diff] [blame] |
healthd: charger use runtime sysprops instead. Bug: 124118169 Test: run off-mode charging Change-Id: Ib71f84f1c93d1566f4e3101920d98b1d39184390
diff --git a/healthd/Android.bp b/healthd/Android.bp index 2cf6be9..0dcaa67 100644 --- a/healthd/Android.bp +++ b/healthd/Android.bp
@@ -110,3 +110,10 @@ "libutils", ], } + +sysprop_library { + name: "charger_sysprop", + srcs: ["charger.sysprop"], + property_owner: "Platform", + api_packages: ["android.sysprop"], +}