Revert "libcutils_header exports liblog_headers"

This reverts commit 8f63b6cfca.

Reason for revert: the use of cutils/log.h is discouraged. clients should use log/log.h. aosp/420955

Bug: 37342627
Change-Id: I6605aa89b0ef2b9afd0fdd52c1dee1ee0021debd
This commit is contained in:
Jiyong Park 2017-09-06 01:47:15 +00:00
parent 8f63b6cfca
commit 5e73998997

View file

@ -34,8 +34,6 @@ cc_library_headers {
vendor_available: true,
host_supported: true,
export_include_dirs: ["include"],
header_libs: ["liblog_headers"],
export_header_lib_headers: ["liblog_headers"],
target: {
vendor: {
export_include_dirs: ["include_vndk"],