blob: d06135a1ee4d5bcc96601914467d87ad235b9bb5 [file] [log] [blame]
Dees Troy4dff2e62013-11-10 04:11:43 +00001LOCAL_PATH := $(call my-dir)
Rob12f11872014-11-06 20:39:32 +00002include $(call all-named-subdir-makefiles,tests)
Dees Troy4dff2e62013-11-10 04:11:43 +00003
4# Enable to be able to use ALOG* with #include "cutils/log.h"
5#log_c_includes += system/core/include
6#log_shared_libraries := liblog
7
8# These makefiles are here instead of being Android.mk files in the
9# respective crypto, ssl, and apps directories so
10# that import_openssl.sh import won't remove them.
11include $(LOCAL_PATH)/build-config.mk
12include $(LOCAL_PATH)/Scrypt.mk