Merge "Update comments for VtsHalTargetTestDefaults." into oc-mr1-dev
This commit is contained in:
commit
69da1a4987
1 changed files with 6 additions and 0 deletions
|
@ -10,15 +10,21 @@ cc_defaults {
|
|||
],
|
||||
}
|
||||
|
||||
// VTS tests must link to HAL definition libraries statically.
|
||||
cc_defaults {
|
||||
name: "VtsHalTargetTestDefaults",
|
||||
defaults: ["hidl_defaults"],
|
||||
|
||||
// Lists all dependencies that can *not* be expected on the device.
|
||||
static_libs: [
|
||||
"VtsHalHidlTargetTestBase",
|
||||
],
|
||||
group_static_libs: true,
|
||||
|
||||
// Lists all system dependencies that can be expected on the device.
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
// All the following are dependencies of any HAL definition library.
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libhidlbase",
|
||||
|
|
Loading…
Reference in a new issue