Merge "Merge "libcutils_test: static libjsoncpp" into android12-tests-dev am: 9825551dbf" into android12L-tests-dev
This commit is contained in:
commit
50cac03f37
1 changed files with 6 additions and 2 deletions
|
|
@ -302,11 +302,14 @@ cc_defaults {
|
|||
],
|
||||
}
|
||||
|
||||
always_static_test_libraries = [
|
||||
"libjsoncpp",
|
||||
]
|
||||
|
||||
test_libraries = [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libjsoncpp",
|
||||
"libprocessgroup",
|
||||
"libcgrouprc",
|
||||
]
|
||||
|
|
@ -317,6 +320,7 @@ cc_test {
|
|||
defaults: ["libcutils_test_default"],
|
||||
host_supported: true,
|
||||
shared_libs: test_libraries,
|
||||
static_libs: always_static_test_libraries,
|
||||
require_root: true,
|
||||
}
|
||||
|
||||
|
|
@ -326,7 +330,7 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libc",
|
||||
"libcgrouprc_format",
|
||||
] + test_libraries,
|
||||
] + test_libraries + always_static_test_libraries,
|
||||
stl: "libc++_static",
|
||||
require_root: true,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue