1# -*- mode: makefile -*-
2# This file is included by the top-level libcore Android.mk.
3# It's not a normal makefile, so we don't include CLEAR_VARS
4# or BUILD_*_LIBRARY.
5
6LOCAL_SRC_FILES := \
7	org_conscrypt_NativeCrypto.cpp
8
9LOCAL_C_INCLUDES += \
10	libcore/luni/src/main/native
11
12LOCAL_C_FLAGS += -Wno-unused-parameter -Werror
13
14# Any shared/static libs that are listed here must also
15# be listed in libs/nativehelper/Android.mk.
16# TODO: fix this requirement
17
18#LOCAL_SHARED_LIBRARIES +=
19
20#LOCAL_STATIC_LIBRARIES +=
21