Merge "libpropertyinfoparser: only use system_shared_libs for bionic variant" am: 376f2cfa82
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1826814 Change-Id: Ifcfd599fa6dfb9ebc28489fa988b2bd94672438b
This commit is contained in:
commit
5677973d14
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