summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDenny cy Lee <dennycylee@google.com>2018-10-18 12:24:12 +0800
committerDenny cy Lee <dennycylee@google.com>2018-10-30 02:53:48 +0000
commit1e35b6ed1e44ed4c26afd4f5e5fd9a91d04ea68b (patch)
tree80b0642be23df5af77a4d3bbddfabfeb111a13ef /Android.bp
parent9e33126cb7ddf2a0bab08eb16460bd2f573fa887 (diff)
health HAL: implement health HAL
sync from: ag/5235847 Test: lshal debug android.hardware.health@2.0::IHealth/default Test: vts-tradefed run singleCommand vts -m VtsHalHealthV2_0Target Test: vts-tradefed run singleCommand vts -m VtsHalHealthV1_0Target Bug: 117744364 Bug: 117744536 Bug: 117744136 Change-Id: I6e2338753b57d03bf830cc2e9e27a06a8754e519 Signed-off-by: Denny cy Lee <dennycylee@google.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9515b257..e69df8d8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,2 +1,6 @@
soong_namespace {
+ imports: [
+ "hardware/google/interfaces",
+ "hardware/google/pixel",
+ ],
}