Merge "Fix up libmincrypt rules for Android 4.2" into jb-wip
This commit is contained in:
@@ -8,4 +8,9 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_TAGS:= eng
|
||||
LOCAL_MODULE := libmincrypt
|
||||
LOCAL_SRC_FILES := ../../../system/core/libmincrypt/rsa.c ../../../system/core/libmincrypt/sha.c
|
||||
|
||||
ifneq ($(wildcard system/core/libmincrypt/rsa_e_3.c),)
|
||||
LOCAL_SRC_FILES += ../../../system/core/libmincrypt/rsa_e_3.c ../../../system/core/libmincrypt/rsa_e_f4.c
|
||||
endif
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user