blob: a427de6558865e59bbda53de2f790b8c4a06a429 [file] [log] [blame]
Dees Troy4dff2e62013-11-10 04:11:43 +00001LOCAL_PATH := $(call my-dir)
Ethan Yonkerc30edd12014-11-08 07:05:47 -06002#include $(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