Merge "Use shared lib of libutils, libz and libbase."

am: 4bf9c82857

Change-Id: I7429632c24ca9f7581eb4e4d94640fb222b8d56e
This commit is contained in:
Jaekyun Seok 2017-01-05 23:27:45 +00:00 committed by android-build-merger
commit 70f6d5878e
2 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,8 @@ cc_library {
"liblog",
"libcutils",
"libnativebridge",
"libbase",
],
static_libs: ["libbase"],
target: {
android: {
shared_libs: ["libdl"],

View File

@ -57,11 +57,13 @@ cc_library {
name: "libziparchive",
host_supported: true,
defaults: ["libziparchive_defaults", "libziparchive_flags"],
static_libs: ["libutils"],
shared_libs: ["liblog", "libbase"],
target: {
android: {
static_libs: ["libz"],
shared_libs: ["libz", "libutils"],
},
host: {
static_libs: ["libutils"],
},
linux_bionic: {
static_libs: ["libz"],