Revert "Make recovery libraries shared / recovery_available"

This reverts commit c936a69619.

Reason for revert: b/111734137

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