Merge "Do no use libandroidicu for host targets"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4377d5637f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user