summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 08:07:01 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 08:07:01 +0000
commit605fbdb7e772c31c6c57ed43a03b386ff46004d7 (patch)
tree0a03e1518de9f84f486003a4888f2b7561cd8019 /Android.mk
parentda42ed72b295a0e1cd170b78c0ae484a7172131c (diff)
parent495b0b37b4ecd736d9e4e15dfc44ff3cfdc2ed53 (diff)
downloadscrypt-605fbdb7e772c31c6c57ed43a03b386ff46004d7.tar.gz
release-request-b06579bd-a905-4db5-ada9-c69d40f4df90-for-git_pi-release-4335309 snap-temp-L62700000102430107
Change-Id: I3082b49c8e930ff568dc999d6a11806ec74705d5
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 4514f94..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-# Enable to be able to use ALOG* with #include "cutils/log.h"
-#log_c_includes += system/core/include
-#log_shared_libraries := liblog
-
-# These makefiles are here instead of being Android.mk files in the
-# respective crypto, ssl, and apps directories so
-# that import_openssl.sh import won't remove them.
-include $(LOCAL_PATH)/build-config.mk
-include $(LOCAL_PATH)/Scrypt.mk
-
-include $(LOCAL_PATH)/tests/Android.mk