summaryrefslogtreecommitdiff
path: root/ir
diff options
context:
space:
mode:
authorKeun Soo YIM <yim@google.com>2018-11-27 14:04:42 -0800
committerKeun Soo YIM <yim@google.com>2018-12-07 10:49:56 -0800
commit68ae05dd2d9eb563887b0f3208ab8d41f9f47e14 (patch)
tree104f96d2f8ebbf8767d57b9f35850784dd16487c /ir
parent60d34da5f0527f677d04a76409977d5064601fec (diff)
pack VTS cc_test binaries as general-tests
Test: make general-tests Bug: 120093339 Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
Diffstat (limited to 'ir')
-rw-r--r--ir/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/1.0/vts/functional/Android.bp b/ir/1.0/vts/functional/Android.bp
index 2a86f8e5d8..f5c9d61055 100644
--- a/ir/1.0/vts/functional/Android.bp
+++ b/ir/1.0/vts/functional/Android.bp
@@ -21,4 +21,5 @@ cc_test {
static_libs: [
"android.hardware.ir@1.0",
],
+ test_suites: ["general-tests"],
}