blob: ce4d4d457002b60a06b7704cbaf66e872eb264fd [file] [log] [blame]
# This file is included by the top-level libcore Makefile.
# It's not a normal makefile, so we don't include CLEAR_VARS
# or BUILD_*_LIBRARY.
LOCAL_SRC_FILES := \
NativeBN.cpp
LOCAL_C_INCLUDES += \
external/openssl/include
# Any shared/static libs that are listed here must also
# be listed in libs/nativehelper/Makefile.
# TODO: fix this requirement
LOCAL_SHARED_LIBRARIES += \
libcrypto
LOCAL_STATIC_LIBRARIES +=