Remove unnecessary use of external/icu/icu4c/source/common

This is no longer necessary because the headers are exported by the
libicuuc library which is a dependency of libxml2.

Bug: 134379140
Change-Id: I01dfe41c6584d71de47a5a76e1f7cc718083ca8c
Test: m libaudiopolicyengine_config
Exempt-From-Owner-Approval: cherry pick from qt-dev-plus-aosp.
(cherry picked from commit 2142c72cd7)
gugelfrei
Paul Duffin 5 years ago
parent c62ef7905d
commit 03e9a8f803

@ -3,7 +3,6 @@ cc_library_static {
export_include_dirs: ["include"],
include_dirs: [
"external/libxml2/include",
"external/icu/icu4c/source/common",
],
srcs: [
"src/EngineConfig.cpp",

Loading…
Cancel
Save