Merge "libpropertyinfoparser: only use system_shared_libs for bionic variant"
This commit is contained in:
commit
376f2cfa82
1 changed files with 6 additions and 2 deletions
|
|
@ -18,7 +18,11 @@ cc_library_static {
|
|||
"-Werror",
|
||||
],
|
||||
stl: "none",
|
||||
system_shared_libs: [],
|
||||
header_libs: ["libc_headers"],
|
||||
target: {
|
||||
bionic: {
|
||||
system_shared_libs: [],
|
||||
header_libs: ["libc_headers"],
|
||||
},
|
||||
},
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue