summaryrefslogtreecommitdiffstats
path: root/health
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 /health
parent60d34da5f0527f677d04a76409977d5064601fec (diff)
downloadandroid_hardware_interfaces-68ae05dd2d9eb563887b0f3208ab8d41f9f47e14.tar.gz
android_hardware_interfaces-68ae05dd2d9eb563887b0f3208ab8d41f9f47e14.tar.bz2
android_hardware_interfaces-68ae05dd2d9eb563887b0f3208ab8d41f9f47e14.zip
pack VTS cc_test binaries as general-tests
Test: make general-tests Bug: 120093339 Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
Diffstat (limited to 'health')
-rw-r--r--health/1.0/vts/functional/Android.bp1
-rw-r--r--health/2.0/vts/functional/Android.bp1
-rw-r--r--health/storage/1.0/vts/functional/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/health/1.0/vts/functional/Android.bp b/health/1.0/vts/functional/Android.bp
index 8742651ba..c14dceeb0 100644
--- a/health/1.0/vts/functional/Android.bp
+++ b/health/1.0/vts/functional/Android.bp
@@ -19,4 +19,5 @@ cc_test {
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalHealthV1_0TargetTest.cpp"],
static_libs: ["android.hardware.health@1.0"],
+ test_suites: ["general-tests"],
}
diff --git a/health/2.0/vts/functional/Android.bp b/health/2.0/vts/functional/Android.bp
index 4ad01b98d..3544e5f0c 100644
--- a/health/2.0/vts/functional/Android.bp
+++ b/health/2.0/vts/functional/Android.bp
@@ -22,4 +22,5 @@ cc_test {
"android.hardware.health@1.0",
"android.hardware.health@2.0",
],
+ test_suites: ["general-tests"],
}
diff --git a/health/storage/1.0/vts/functional/Android.bp b/health/storage/1.0/vts/functional/Android.bp
index 63591cf12..250a7dcb8 100644
--- a/health/storage/1.0/vts/functional/Android.bp
+++ b/health/storage/1.0/vts/functional/Android.bp
@@ -22,5 +22,6 @@ cc_test {
shared_libs: [
"libhidltransport"
],
+ test_suites: ["general-tests"],
}