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 InheritedChannel.c \ 25 SocketChannelImpl.c \ 26 FileChannelImpl.c \ 27 FileDispatcherImpl.c \ 28 FileOutputStream_md.c \ 29 FileInputStream.c \ 30 FileSystemPreferences.c \ 31 io_util_md.c \ 32 NativeThread.c \ 33 FileKey.c \ 34 UnixFileSystem_md.c \ 35 FileSystem_md.c \ 36 ObjectStreamClass.c \ 37 ObjectOutputStream.c \ 38 ObjectInputStream.c \ 39 InetAddress.c \ 40 net_util.c \ 41 net_util_md.c \ 42 Net.c \ 43 MappedByteBuffer.c \ 44 Inet6Address.c \ 45 Inet4Address.c \ 46 linux_close.cpp \ 47 PlainSocketImpl.c \ 48 PlainDatagramSocketImpl.c \ 49 NetworkInterface.c \ 50 DatagramPacket.c \ 51 Inet4AddressImpl.c \ 52 Inet6AddressImpl.c \ 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 Shutdown.c \ 64 UNIXProcess_md.c \ 65 Bits.c \ 66 Character.cpp \ 67 Register.cpp \ 68 socket_tagger_util.cpp \ 69 70LOCAL_C_INCLUDES += \ 71 libcore/$(srcdir) \ 72 external/fdlibm \ 73 external/openssl/include \ 74 external/zlib \ 75 external/icu/icu4c/source/common \ 76