summaryrefslogtreecommitdiff
path: root/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
deleted file mode 100644
index cfec2d6..0000000
--- a/tests/Android.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# Build the scrypt unit tests
-
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-
-LOCAL_CLANG := true
-
-LOCAL_SRC_FILES:= \
- scrypt_test.cpp
-
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/../lib/crypto
-
-LOCAL_SHARED_LIBRARIES := \
- libcrypto
-
-LOCAL_STATIC_LIBRARIES := \
- libscrypt_static \
-
-LOCAL_MODULE := scrypt_test
-
-include $(BUILD_NATIVE_TEST)