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:
Colin Cross 2021-09-14 23:43:56 +00:00 committed by Automerger Merge Worker
commit 5677973d14

View file

@ -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"],
}