summaryrefslogtreecommitdiffstats
path: root/openssl/src/main/native/sub.mk
blob: fccf735cb17c4636eec035996041907afebf28a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 := \
	BNInterface.c

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 +=