1LOCAL_PATH := $(call my-dir) 2 3# These makefiles are here instead of being Android.mk files in the 4# respective crypto, ssl, and apps directories so 5# that import_openssl.sh import won't remove them. 6include $(LOCAL_PATH)/Crypto.mk 7include $(LOCAL_PATH)/Ssl.mk 8include $(LOCAL_PATH)/Apps.mk 9