Merge "Build and use minadbd as a shared library."
This commit is contained in:
+6
-1
@@ -127,7 +127,6 @@ health_hal_static_libraries := \
|
||||
librecovery_static_libraries := \
|
||||
libbootloader_message \
|
||||
libfusesideload \
|
||||
libminadbd \
|
||||
libminui \
|
||||
libverifier \
|
||||
libotautil \
|
||||
@@ -170,6 +169,9 @@ LOCAL_CFLAGS := $(recovery_common_cflags)
|
||||
|
||||
LOCAL_MODULE := librecovery
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libminadbd_services \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
$(librecovery_static_libraries)
|
||||
|
||||
@@ -199,6 +201,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
$(librecovery_static_libraries)
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libminadbd_services \
|
||||
librecovery_ui \
|
||||
|
||||
LOCAL_HAL_STATIC_LIBRARIES := libhealthd
|
||||
@@ -236,7 +239,9 @@ LOCAL_REQUIRED_MODULES += \
|
||||
# module is built with Soong (with `recovery: true` flag).
|
||||
LOCAL_REQUIRED_MODULES += \
|
||||
libbase.recovery \
|
||||
libcrypto.recovery \
|
||||
liblog.recovery \
|
||||
libminadbd_services.recovery \
|
||||
libpng.recovery \
|
||||
libz.recovery \
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
cc_library_static {
|
||||
name: "libfusesideload",
|
||||
recovery_available: true,
|
||||
|
||||
cflags: [
|
||||
"-D_XOPEN_SOURCE",
|
||||
@@ -30,7 +31,7 @@ cc_library_static {
|
||||
"include",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
],
|
||||
|
||||
+9
-7
@@ -26,8 +26,9 @@ cc_defaults {
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "libminadbd",
|
||||
cc_library {
|
||||
name: "libminadbd_services",
|
||||
recovery_available: true,
|
||||
|
||||
defaults: [
|
||||
"minadbd_defaults",
|
||||
@@ -39,14 +40,14 @@ cc_library_static {
|
||||
"minadbd_services.cpp",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libfusesideload",
|
||||
shared_libs: [
|
||||
"libadbd",
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
],
|
||||
|
||||
whole_static_libs: [
|
||||
"libadbd",
|
||||
static_libs: [
|
||||
"libfusesideload",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -62,8 +63,9 @@ cc_test {
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libminadbd_services",
|
||||
"libadbd",
|
||||
"libBionicGtestMain",
|
||||
"libminadbd",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
|
||||
+1
-1
@@ -170,7 +170,7 @@ librecovery_static_libraries := \
|
||||
librecovery \
|
||||
libbootloader_message \
|
||||
libfusesideload \
|
||||
libminadbd \
|
||||
libminadbd_services \
|
||||
librecovery_ui_default \
|
||||
librecovery_ui \
|
||||
libminui \
|
||||
|
||||
Reference in New Issue
Block a user