1# This file is included by the top-level libcore Makefile. 2# It's not a normal makefile, so we don't include CLEAR_VARS 3# or BUILD_*_LIBRARY. 4 5LOCAL_SRC_FILES := \ 6 BNInterface.c 7 8LOCAL_C_INCLUDES += \ 9 external/openssl/include 10 11# Any shared/static libs that are listed here must also 12# be listed in libs/nativehelper/Makefile. 13# TODO: fix this requirement 14 15LOCAL_SHARED_LIBRARIES += \ 16 libcrypto 17 18LOCAL_STATIC_LIBRARIES += 19