pack VTS cc_test binaries as general-tests

Test: make general-tests
Bug: 120093339
Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4
Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
This commit is contained in:
Keun Soo YIM
2018-11-27 14:04:42 -08:00
parent 60d34da5f0
commit 68ae05dd2d
85 changed files with 93 additions and 8 deletions

View File

@@ -27,4 +27,5 @@ cc_test {
"libcn-cbor",
"android.hardware.confirmationui-support-lib",
],
test_suites: ["general-tests"],
}

View File

@@ -46,6 +46,7 @@ cc_test {
"android.hardware.keymaster@4.0",
"libhidlbase",
],
test_suites: ["general-tests"],
clang: true,
cflags: [ "-O0" ],
}