Merge "Revert "Make recovery libraries shared / recovery_available"" into stage-aosp-master

am: 5c9e580f4f

Change-Id: Ia92390634bc67f3cffbe3a2644af52abee2bd07f
This commit is contained in:
Hridya Valsaraju
2018-07-23 12:30:02 -07:00
committed by android-build-merger
6 changed files with 9 additions and 28 deletions
-7
View File
@@ -120,18 +120,11 @@ librecovery_static_libraries := \
libverifier \ libverifier \
libotautil \ libotautil \
$(health_hal_static_libraries) \ $(health_hal_static_libraries) \
libadbd \
libasyncio \ libasyncio \
libavb_user \
libdiagnose_usb \
libcrypto_utils \ libcrypto_utils \
libcrypto \ libcrypto \
libext4_utils \ libext4_utils \
libfs_mgr \ libfs_mgr \
libfec \
libfec_rs \
libsquashfs_utils \
liblogwrap \
libpng \ libpng \
libsparse \ libsparse \
libvintf_recovery \ libvintf_recovery \
+2 -3
View File
@@ -14,7 +14,7 @@
// limitations under the License. // limitations under the License.
// //
cc_library { cc_library_static {
name: "libbootloader_message", name: "libbootloader_message",
recovery_available: true, recovery_available: true,
srcs: ["bootloader_message.cpp"], srcs: ["bootloader_message.cpp"],
@@ -22,10 +22,9 @@ cc_library {
"-Wall", "-Wall",
"-Werror", "-Werror",
], ],
shared_libs: [ static_libs: [
"libbase", "libbase",
"libfs_mgr", "libfs_mgr",
"liblog",
], ],
export_include_dirs: ["include"], export_include_dirs: ["include"],
} }
+1 -2
View File
@@ -14,7 +14,6 @@
cc_library_static { cc_library_static {
name: "libfusesideload", name: "libfusesideload",
recovery_available: true,
cflags: [ cflags: [
"-D_XOPEN_SOURCE", "-D_XOPEN_SOURCE",
@@ -31,7 +30,7 @@ cc_library_static {
"include", "include",
], ],
shared_libs: [ static_libs: [
"libbase", "libbase",
"libcrypto", "libcrypto",
], ],
+4 -6
View File
@@ -28,7 +28,6 @@ cc_defaults {
cc_library_static { cc_library_static {
name: "libminadbd", name: "libminadbd",
recovery_available: true,
defaults: [ defaults: [
"minadbd_defaults", "minadbd_defaults",
@@ -42,13 +41,13 @@ cc_library_static {
static_libs: [ static_libs: [
"libfusesideload", "libfusesideload",
],
shared_libs: [
"libadbd",
"libbase", "libbase",
"libcrypto", "libcrypto",
], ],
whole_static_libs: [
"libadbd",
],
} }
cc_test { cc_test {
@@ -68,7 +67,6 @@ cc_test {
], ],
shared_libs: [ shared_libs: [
"libadbd",
"libbase", "libbase",
"libcutils", "libcutils",
"liblog", "liblog",
+2 -3
View File
@@ -16,7 +16,6 @@ cc_library_static {
name: "libotautil", name: "libotautil",
host_supported: true, host_supported: true,
recovery_available: true,
// Minimal set of files to support host build. // Minimal set of files to support host build.
srcs: [ srcs: [
@@ -24,7 +23,7 @@ cc_library_static {
"rangeset.cpp", "rangeset.cpp",
], ],
shared_libs: [ static_libs: [
"libbase", "libbase",
], ],
@@ -47,7 +46,7 @@ cc_library_static {
"thermalutil.cpp", "thermalutil.cpp",
], ],
shared_libs: [ static_libs: [
"libselinux", "libselinux",
"libcutils", "libcutils",
], ],
-7
View File
@@ -176,17 +176,10 @@ librecovery_static_libraries := \
libotautil \ libotautil \
$(health_hal_static_libraries) \ $(health_hal_static_libraries) \
libasyncio \ libasyncio \
libadbd \
libavb_user \
libdiagnose_usb \
libcrypto_utils \ libcrypto_utils \
libcrypto \ libcrypto \
libext4_utils \ libext4_utils \
libfs_mgr \ libfs_mgr \
libfec \
libfec_rs \
libsquashfs_utils \
liblogwrap \
libpng \ libpng \
libsparse \ libsparse \
libvintf_recovery \ libvintf_recovery \