Fix building of updater for 4.2 environment

Change-Id: I2dc6690f77f4fbaca0ab0ff849b8b07875129827
This commit is contained in:
Dees_Troy 2013-02-22 21:26:35 +00:00
parent e111382440
commit 43681d4497

View File

@ -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)