Merge "Use libchrome as a shared library"
This commit is contained in:
commit
a93ec546aa
1 changed files with 2 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ cc_defaults {
|
|||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libchrome",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
|
|
@ -44,7 +45,6 @@ cc_defaults {
|
|||
"libz",
|
||||
],
|
||||
header_libs: [
|
||||
"libchrome",
|
||||
"libfiemap_headers",
|
||||
"libstorage_literals_headers",
|
||||
"libupdate_engine_headers",
|
||||
|
|
@ -351,6 +351,7 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libbase",
|
||||
"libbrotli",
|
||||
"libchrome",
|
||||
"libcrypto_static",
|
||||
"libcutils",
|
||||
"libext2_uuid",
|
||||
|
|
@ -367,7 +368,6 @@ cc_defaults {
|
|||
"libz",
|
||||
],
|
||||
header_libs: [
|
||||
"libchrome",
|
||||
"libfiemap_headers",
|
||||
"libstorage_literals_headers",
|
||||
"libupdate_engine_headers",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue