summaryrefslogtreecommitdiffstats
path: root/configstore/1.0/vts/functional
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-11-27 16:11:41 -0800
commitff84c37bc1ca0c99a1b1c648ebf752a7b332f4de (patch)
tree8f9d9e2e3c635d872b528e86270b4926096c810e /configstore/1.0/vts/functional
parenta7e857962661a09564a801d42581e258cfe5c268 (diff)
downloadandroid_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.tar.gz
android_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.tar.bz2
android_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.zip
pack VTS cc_test binaries as general-tests
Test: make general-tests Bug: 120093339 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
Diffstat (limited to 'configstore/1.0/vts/functional')
-rw-r--r--configstore/1.0/vts/functional/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/configstore/1.0/vts/functional/Android.bp b/configstore/1.0/vts/functional/Android.bp
index 1b8a59139..008b59d00 100644
--- a/configstore/1.0/vts/functional/Android.bp
+++ b/configstore/1.0/vts/functional/Android.bp
@@ -19,5 +19,6 @@ cc_test {
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalConfigstoreV1_0TargetTest.cpp"],
static_libs: ["android.hardware.configstore@1.0"],
+ test_suites: ["general-tests"],
}