aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-20 14:04:01 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-20 14:04:01 -0800
commit6f6f1e66c47e80bd44315922bc7c012cb905918e (patch)
tree7b08f2cc7dcef267d62300ee16c4d37bca0d5715
parent0b9ca945ee7c681568dfb19e4f706bebef06fd2c (diff)
downloadlibconstrainedcrypto-6f6f1e66c47e80bd44315922bc7c012cb905918e.tar.gz
auto import from //branches/cupcake/...@127101
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e27ab03..b09a941 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,5 +7,12 @@ LOCAL_MODULE := libmincrypt
LOCAL_SRC_FILES := rsa.c sha.c
include $(BUILD_STATIC_LIBRARY)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := libmincrypt
+LOCAL_SRC_FILES := rsa.c sha.c
+include $(BUILD_HOST_STATIC_LIBRARY)
+
+
# TODO: drop the hyphen once these are checked in
include $(LOCAL_PATH)/tools/Android.mk