mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2024-11-23 02:10:00 +00:00
Fix building of updater for 4.2 environment
Change-Id: I2dc6690f77f4fbaca0ab0ff849b8b07875129827
This commit is contained in:
parent
e111382440
commit
43681d4497
@ -24,6 +24,12 @@ LOCAL_C_INCLUDES += system/extras/ext4_utils
|
||||
LOCAL_STATIC_LIBRARIES += \
|
||||
libext4_utils \
|
||||
libz
|
||||
ifneq ($(wildcard system/core/libmincrypt/rsa_e_3.c),)
|
||||
LOCAL_STATIC_LIBRARIES = \
|
||||
libext4_utils_static \
|
||||
libsparse_static \
|
||||
libz
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_SELINUX), true)
|
||||
|
Loading…
Reference in New Issue
Block a user