liblog: make liblog_headers truly stand-alone.

We don't want to imply dependencies on libc or libc++.

Bug: https://issuetracker.google.com/issues/119713191
Test: boots
Change-Id: I4abe312e73fad3ca8e96abd328b16387507baed4
This commit is contained in:
Elliott Hughes 2019-02-13 12:42:06 -08:00
parent c7b5c4fa6b
commit 3c3bdc128f

View file

@ -46,6 +46,8 @@ cc_library_headers {
vendor_available: true,
recovery_available: true,
export_include_dirs: ["include"],
system_shared_libs: [],
stl: "none",
target: {
windows: {
enabled: true,