Merge "Add libc_headers to header_libs for libpropertyinfoparser"

This commit is contained in:
Logan Chien 2019-01-19 02:34:34 +00:00 committed by Gerrit Code Review
commit 0dd8a9824f

View file

@ -13,5 +13,6 @@ cc_library_static {
],
stl: "none",
system_shared_libs: [],
header_libs: ["libc_headers"],
export_include_dirs: ["include"],
}