summaryrefslogtreecommitdiff
path: root/thermal
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 /thermal
parent60d34da5f0527f677d04a76409977d5064601fec (diff)
pack VTS cc_test binaries as general-tests
Test: make general-tests Bug: 120093339 Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
Diffstat (limited to 'thermal')
-rw-r--r--thermal/1.0/vts/functional/Android.bp1
-rw-r--r--thermal/1.1/vts/functional/Android.bp1
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"],
}