blob: 4514f946727b97dc71dec2b679f55c3f43bdd9e5 [file] [log] [blame]
Kenny Root5fd6d312013-06-11 16:36:54 -07001LOCAL_PATH := $(call my-dir)
2
3# Enable to be able to use ALOG* with #include "cutils/log.h"
4#log_c_includes += system/core/include
5#log_shared_libraries := liblog
6
7# These makefiles are here instead of being Android.mk files in the
8# respective crypto, ssl, and apps directories so
9# that import_openssl.sh import won't remove them.
10include $(LOCAL_PATH)/build-config.mk
11include $(LOCAL_PATH)/Scrypt.mk
Kenny Rootb97b7c32013-06-13 16:52:22 -070012
Ying Wang780a0472014-02-28 17:31:15 -080013include $(LOCAL_PATH)/tests/Android.mk