diff options
author | Connor O'Brien | 2016-12-20 17:19:08 -0600 |
---|---|---|
committer | Connor O'Brien | 2017-01-19 20:45:52 -0600 |
commit | c75771089a5b62759bce618d8dc326f968f44e7c (patch) | |
tree | b2297c4e5d907e43b2c0e99d73b284390b47c0e4 /ir/Android.bp | |
parent | 5c959c69dc92fe1b2606b8531cb1690222e4f106 (diff) | |
download | platform-hardware-interfaces-c75771089a5b62759bce618d8dc326f968f44e7c.tar.gz platform-hardware-interfaces-c75771089a5b62759bce618d8dc326f968f44e7c.tar.xz platform-hardware-interfaces-c75771089a5b62759bce618d8dc326f968f44e7c.zip |
IR HAL Target-side test
Test: make vts; vts-tradefed run -m HalIrHidlTargetTest
Change-Id: I6b750f66a0bc207056abcb493693baebc8af81a5
Signed-off-by: Connor O'Brien <connoro@google.com>
Diffstat (limited to 'ir/Android.bp')
-rw-r--r-- | ir/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/Android.bp b/ir/Android.bp index ba90f2c9..ed19a370 100644 --- a/ir/Android.bp +++ b/ir/Android.bp | |||
@@ -2,4 +2,5 @@ | |||
2 | subdirs = [ | 2 | subdirs = [ |
3 | "1.0", | 3 | "1.0", |
4 | "1.0/default", | 4 | "1.0/default", |
5 | "1.0/vts/functional", | ||
5 | ] | 6 | ] |