blob: 5fbcfc63c2147e82f49b3aedec74b382cc743e58 [file] [log] [blame]
The Android Open Source Project656d9c72009-03-03 19:30:25 -08001LOCAL_PATH := $(call my-dir)
2
Brian Carlstrom9b4b0622012-07-25 22:55:33 -07003# 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
Brian Carlstrom8dc607f2012-04-07 20:52:47 -07007# 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.
Colin Crossb95c4f92014-01-29 23:14:38 -080010include $(LOCAL_PATH)/build-config-64.mk
11include $(LOCAL_PATH)/build-config-32.mk
Brian Carlstrom8dc607f2012-04-07 20:52:47 -070012include $(LOCAL_PATH)/Crypto.mk
13include $(LOCAL_PATH)/Ssl.mk
14include $(LOCAL_PATH)/Apps.mk