summaryrefslogtreecommitdiffstats
path: root/crypto/scrypt/Android.mk
blob: a427de6558865e59bbda53de2f790b8c4a06a429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LOCAL_PATH := $(call my-dir)
#include $(call all-named-subdir-makefiles,tests)

# 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