diff options
| author | Keun Soo YIM <yim@google.com> | 2018-11-27 14:04:42 -0800 |
|---|---|---|
| committer | Keun Soo YIM <yim@google.com> | 2018-11-27 16:11:41 -0800 |
| commit | ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de (patch) | |
| tree | 8f9d9e2e3c635d872b528e86270b4926096c810e /usb | |
| parent | a7e857962661a09564a801d42581e258cfe5c268 (diff) | |
| download | android_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 'usb')
| -rw-r--r-- | usb/1.0/vts/functional/Android.bp | 1 | ||||
| -rw-r--r-- | usb/1.1/vts/functional/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usb/1.0/vts/functional/Android.bp b/usb/1.0/vts/functional/Android.bp index 96d3c0efa..683ee17b9 100644 --- a/usb/1.0/vts/functional/Android.bp +++ b/usb/1.0/vts/functional/Android.bp @@ -19,4 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalUsbV1_0TargetTest.cpp"], static_libs: ["android.hardware.usb@1.0"], + test_suites: ["general-tests"], } diff --git a/usb/1.1/vts/functional/Android.bp b/usb/1.1/vts/functional/Android.bp index 4bb320369..1f0972fd9 100644 --- a/usb/1.1/vts/functional/Android.bp +++ b/usb/1.1/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { "android.hardware.usb@1.0", "android.hardware.usb@1.1", ], + test_suites: ["general-tests"], } |
