Skip to content

Commit 169452a

Browse files
committed
Re-align binder tests in VTS to General-tests
Tests in suites like VTS should be built on the generic build general-tests rather than the device side build. This is cheaper. Change-Id: I53d783347116a5de3dbf22f2fc7b44b50526c9e5 Test: presubmit Bug: 358400696
1 parent 30b1a88 commit 169452a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/binder/tests/Android.bp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cc_test {
4646
"libbinder",
4747
],
4848
test_suites: [
49-
"device-tests",
49+
"general-tests",
5050
"vts",
5151
],
5252
}
@@ -137,7 +137,7 @@ cc_test {
137137
"libgmock",
138138
],
139139
test_suites: [
140-
"device-tests",
140+
"general-tests",
141141
"vts",
142142
],
143143
require_root: true,
@@ -705,7 +705,7 @@ cc_test {
705705
"libutils",
706706
],
707707
test_suites: [
708-
"device-tests",
708+
"general-tests",
709709
"vts",
710710
],
711711
require_root: true,
@@ -762,7 +762,7 @@ cc_test {
762762
],
763763

764764
test_suites: [
765-
"device-tests",
765+
"general-tests",
766766
"vts",
767767
],
768768
require_root: true,

0 commit comments

Comments
 (0)