summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor O'Brien2016-12-20 17:19:08 -0600
committerConnor O'Brien2017-01-19 20:45:52 -0600
commitc75771089a5b62759bce618d8dc326f968f44e7c (patch)
treeb2297c4e5d907e43b2c0e99d73b284390b47c0e4 /ir/Android.bp
parent5c959c69dc92fe1b2606b8531cb1690222e4f106 (diff)
downloadplatform-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.bp1
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 @@
2subdirs = [ 2subdirs = [
3 "1.0", 3 "1.0",
4 "1.0/default", 4 "1.0/default",
5 "1.0/vts/functional",
5] 6]