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
6srcdir := ojluni/src/main/native
7LOCAL_SRC_FILES := \
8    java_util_zip_ZipFile.c \
9    java_util_zip_Inflater.c \
10    java_util_zip_Deflater.c \
11    java_util_zip_CRC32.c \
12    Adler32.c \
13    zip_util.c \
14    jni_util.c \
15    jni_util_md.c \
16    io_util.c \
17    canonicalize_md.c \
18    FileDescriptor_md.c \
19    DatagramChannelImpl.c \
20    DatagramDispatcher.c \
21    Console_md.c \
22    IOUtil.c \
23    PollArrayWrapper.c \
24    SocketChannelImpl.c \
25    FileChannelImpl.c \
26    FileDispatcherImpl.c \
27    FileOutputStream_md.c \
28    FileInputStream.c \
29    FileSystemPreferences.c \
30    EPoll.c \
31    EPollPort.c \
32    UnixAsynchronousServerSocketChannelImpl.c \
33    UnixAsynchronousSocketChannelImpl.c \
34    io_util_md.c \
35    NativeThread.c \
36    FileKey.c \
37    UnixFileSystem_md.c \
38    ObjectStreamClass.c \
39    ObjectOutputStream.c \
40    ObjectInputStream.c \
41    LinuxNativeDispatcher.c \
42    LinuxWatchService.c \
43    UnixCopyFile.c \
44    UnixNativeDispatcher.c \
45    InetAddress.c \
46    net_util.c \
47    net_util_md.c \
48    Net.c \
49    MappedByteBuffer.c \
50    Inet6Address.c \
51    Inet4Address.c \
52    linux_close.cpp \
53    ServerSocketChannelImpl.c \
54    SocketInputStream.c \
55    SocketOutputStream.c \
56    Float.c \
57    Double.c \
58    StrictMath.c \
59    Math.c \
60    ProcessEnvironment_md.c \
61    System.c \
62    Runtime.c \
63    UNIXProcess_md.c \
64    Bits.c \
65    Character.cpp \
66    Register.cpp \
67    socket_tagger_util.cpp \
68
69LOCAL_C_INCLUDES += \
70       libcore/$(srcdir) \
71       external/fdlibm \
72       external/zlib \
73       external/icu/icu4c/source/common \
74