Merge "Stop using libstdc++."
This commit is contained in:
commit
a8cd96adee
3 changed files with 3 additions and 5 deletions
|
@ -76,7 +76,6 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libcutils \
|
||||
liblog \
|
||||
libselinux \
|
||||
libstdc++ \
|
||||
libm \
|
||||
libc
|
||||
|
||||
|
@ -119,7 +118,6 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libminui \
|
||||
libminzip \
|
||||
libcutils \
|
||||
libstdc++ \
|
||||
libc
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ LOCAL_SRC_FILES := main.c
|
|||
LOCAL_MODULE := applypatch
|
||||
LOCAL_C_INCLUDES += bootable/recovery
|
||||
LOCAL_STATIC_LIBRARIES += libapplypatch libmtdutils libmincrypt libbz
|
||||
LOCAL_SHARED_LIBRARIES += libz libcutils libstdc++ libc
|
||||
LOCAL_SHARED_LIBRARIES += libz libcutils libc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
@ -41,7 +41,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
|
|||
LOCAL_MODULE_TAGS := eng
|
||||
LOCAL_C_INCLUDES += bootable/recovery
|
||||
LOCAL_STATIC_LIBRARIES += libapplypatch libmtdutils libmincrypt libbz
|
||||
LOCAL_STATIC_LIBRARIES += libz libcutils libstdc++ libc
|
||||
LOCAL_STATIC_LIBRARIES += libz libcutils libc
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ endif
|
|||
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS)
|
||||
LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
|
||||
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
|
||||
LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
|
||||
LOCAL_STATIC_LIBRARIES += libcutils liblog libc
|
||||
LOCAL_STATIC_LIBRARIES += libselinux
|
||||
tune2fs_static_libraries := \
|
||||
libext2_com_err \
|
||||
|
|
Loading…
Reference in a new issue