aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2015-11-18 16:49:24 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2015-11-18 16:49:24 +0530
commit702f5c44a64013d568cc6f9ffabb9e5b6b359075 (patch)
treebce8a14ea699bc70ceeaeb0e96298ac0a61e9f3b
parent1b7222b88b5d3e3cb3860f4a6cf2e2bf6fe8f0dd (diff)
Actually build bio_b64 when opted in
Original commit didn't use a valid reference to the variable.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6127b89..9aba80e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,7 @@ B64_FILES := bio_b64.c
LOCAL_SRC_FILES := $(EVP_FILES) $(RSA_FILES)
ifeq ($(TARGET_REQUIRES_B64_COMPAT),true)
-LOCAL_SRC_FILES += B64_FILES
+LOCAL_SRC_FILES += $(B64_FILES)
endif
LOCAL_SHARED_LIBRARIES := liblog libcrypto