From 57332151129716bf6edf2792226ae4f1622fa93b Mon Sep 17 00:00:00 2001 From: Hashcode Date: Tue, 20 Dec 2016 01:30:49 +0100 Subject: build: AOSP/CM14 fixes (API 24/25, mainly BusyBox-less environment) These changes are needed by any ROM where devices are configured to use TOOLBOX/TOYBOX instead of BUSYBOX (i.e., TW_USE_TOOLBOX := true). Change-Id: I68b88cc9fb857f32864556c4b6c9c8e6ee744051 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 971991845..d456bfc46 100644 --- a/Android.mk +++ b/Android.mk @@ -617,7 +617,7 @@ LOCAL_SRC_FILES := \ asn1_decoder.cpp \ verifier.cpp \ ui.cpp -LOCAL_STATIC_LIBRARIES := libcrypto +LOCAL_STATIC_LIBRARIES := libcrypto_static include $(BUILD_STATIC_LIBRARY) commands_recovery_local_path := $(LOCAL_PATH) -- cgit v1.2.3