Package all VTS binaries for HALs as part of general-tests
To package VTS tests as part of a separate package which consequently helps other developer testing tools to support VTS. Test: make general-tests Bug: 120093339 Change-Id: I850157782ad436f81a8d7b95168c4cc39dcff2b8
This commit is contained in:
parent
5a080f41a9
commit
71611f329d
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@ cc_defaults {
|
|||
// VTS tests must link to HAL definition libraries statically.
|
||||
cc_defaults {
|
||||
name: "VtsHalTargetTestDefaults",
|
||||
defaults: ["hidl_defaults"],
|
||||
defaults: [
|
||||
"vts_target_tests_defaults",
|
||||
"hidl_defaults",
|
||||
],
|
||||
|
||||
// Lists all dependencies that can *not* be expected on the device.
|
||||
static_libs: [
|
||||
|
|
Loading…
Reference in a new issue