Fix updater makefiles
Change-Id: Ie6262e3e80b1fd37f47b0f4a2ed343bd9f13b128
This commit is contained in:
+7
-1
@@ -30,12 +30,18 @@ LOCAL_STATIC_LIBRARIES = \
|
||||
libsparse_static \
|
||||
libz
|
||||
endif
|
||||
ifneq ($(wildcard system/core/include/mincrypt/sha256.h),)
|
||||
LOCAL_STATIC_LIBRARIES = \
|
||||
libext4_utils_static \
|
||||
libsparse_static \
|
||||
libz
|
||||
endif
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDATER_EXTRA_LIBS)
|
||||
LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
|
||||
LOCAL_STATIC_LIBRARIES += libflashutils libmmcutils libbmlutils
|
||||
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
|
||||
LOCAL_STATIC_LIBRARIES += libmincrypttwrp libbz
|
||||
LOCAL_STATIC_LIBRARIES += libminelf
|
||||
LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
|
||||
LOCAL_STATIC_LIBRARIES += libselinux
|
||||
|
||||
Reference in New Issue
Block a user