diff options
author | Keun Soo YIM <yim@google.com> | 2018-11-27 14:04:42 -0800 |
---|---|---|
committer | Keun Soo YIM <yim@google.com> | 2018-12-07 10:49:56 -0800 |
commit | 68ae05dd2d9eb563887b0f3208ab8d41f9f47e14 (patch) | |
tree | 104f96d2f8ebbf8767d57b9f35850784dd16487c /contexthub/1.0/vts | |
parent | 60d34da5f0527f677d04a76409977d5064601fec (diff) | |
download | platform_hardware_interfaces-68ae05dd2d9eb563887b0f3208ab8d41f9f47e14.tar.gz platform_hardware_interfaces-68ae05dd2d9eb563887b0f3208ab8d41f9f47e14.tar.bz2 platform_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 'contexthub/1.0/vts')
-rw-r--r-- | contexthub/1.0/vts/functional/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contexthub/1.0/vts/functional/Android.bp b/contexthub/1.0/vts/functional/Android.bp index 7c6e8c73b5..aef03409ad 100644 --- a/contexthub/1.0/vts/functional/Android.bp +++ b/contexthub/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalContexthubV1_0TargetTest.cpp"], static_libs: ["android.hardware.contexthub@1.0"], + test_suites: ["general-tests"], } |