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 /thermal | |
parent | a7e857962661a09564a801d42581e258cfe5c268 (diff) | |
download | platform_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.tar.gz platform_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.tar.bz2 platform_hardware_interfaces-ff84c37bc1ca0c99a1b1c648ebf752a7b332f4de.zip |
pack VTS cc_test binaries as general-tests
Test: make general-tests
Bug: 120093339
Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
Diffstat (limited to 'thermal')
-rw-r--r-- | thermal/1.0/vts/functional/Android.bp | 1 | ||||
-rw-r--r-- | thermal/1.1/vts/functional/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/thermal/1.0/vts/functional/Android.bp b/thermal/1.0/vts/functional/Android.bp index f661f1e1d3..6bda558337 100644 --- a/thermal/1.0/vts/functional/Android.bp +++ b/thermal/1.0/vts/functional/Android.bp @@ -19,5 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalThermalV1_0TargetTest.cpp"], static_libs: ["android.hardware.thermal@1.0"], + test_suites: ["general-tests"], } diff --git a/thermal/1.1/vts/functional/Android.bp b/thermal/1.1/vts/functional/Android.bp index f5f01faf2c..9a16c30fba 100644 --- a/thermal/1.1/vts/functional/Android.bp +++ b/thermal/1.1/vts/functional/Android.bp @@ -22,5 +22,6 @@ cc_test { "android.hardware.thermal@1.0", "android.hardware.thermal@1.1", ], + test_suites: ["general-tests"], } |