Merge "Do no use libandroidicu for host targets"

This commit is contained in:
Jerome Gaillard
2019-07-01 09:38:33 +00:00
committed by Android (Google) Code Review

View File

@@ -100,7 +100,6 @@ cc_library_shared {
],
shared_libs: [
"libandroidicu",
"libbase",
"libcutils",
"libharfbuzz_ng",
@@ -267,6 +266,7 @@ cc_library_shared {
],
shared_libs: [
"libandroidicu",
"libbpf_android",
"libnetdbpf",
"libnetdutils",
@@ -344,6 +344,10 @@ cc_library_shared {
include_dirs: [
"external/vulkan-headers/include",
],
shared_libs: [
"libicui18n",
"libicuuc",
],
static_libs: [
"libandroidfw",
"libcompiler_rt",