diff options
| author | Denny cy Lee <dennycylee@google.com> | 2018-10-18 12:24:12 +0800 |
|---|---|---|
| committer | Denny cy Lee <dennycylee@google.com> | 2018-10-30 02:53:48 +0000 |
| commit | 1e35b6ed1e44ed4c26afd4f5e5fd9a91d04ea68b (patch) | |
| tree | 80b0642be23df5af77a4d3bbddfabfeb111a13ef /Android.bp | |
| parent | 9e33126cb7ddf2a0bab08eb16460bd2f573fa887 (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.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ soong_namespace { + imports: [ + "hardware/google/interfaces", + "hardware/google/pixel", + ], } |
