Merge "Link libcrypto dynamically for recovery unit tests." am: 54100d3348 am: 97fee1c3b2

am: 5ece6250f0

Change-Id: I8a4bc0c7b1564188085cdeec54ea68b1489332d4
This commit is contained in:
Tobias Thierer
2019-09-13 10:45:45 -07:00
committed by android-build-merger
4 changed files with 13 additions and 5 deletions

View File

@@ -51,12 +51,15 @@ cc_library_static {
"libbase",
"libbspatch",
"libbz",
"libcrypto",
"libedify",
"libotautil",
"libz",
],
shared_libs: [
"libcrypto",
],
target: {
darwin: {
enabled: false,
@@ -78,10 +81,13 @@ cc_library_static {
static_libs: [
"libapplypatch",
"libbase",
"libcrypto",
"libedify",
"libotautil",
],
shared_libs: [
"libcrypto",
],
}
cc_binary {

View File

@@ -102,11 +102,11 @@ cc_test {
"libfusesideload",
"libotautil",
"libadbd",
"libcrypto",
],
shared_libs: [
"libbase",
"libcrypto",
"libcutils",
"liblog",
],

View File

@@ -64,7 +64,6 @@ libapplypatch_static_libs = [
"libbase",
"libbrotli",
"libbz",
"libcrypto",
"libz",
"libziparchive",
]

View File

@@ -41,11 +41,14 @@ cc_defaults {
"libziparchive",
"libz",
"libbase",
"libcrypto",
"libcrypto_utils",
"libcutils",
"libutils",
],
shared_libs: [
"libcrypto",
],
}
cc_defaults {