Home | History | Annotate | Download | only in native
      1 filegroup {
      2     name: "libopenjdk_native_srcs",
      3     srcs: [
      4         "java_util_zip_ZipFile.c",
      5         "java_util_zip_Inflater.c",
      6         "java_util_zip_Deflater.c",
      7         "java_util_zip_CRC32.c",
      8         "Adler32.c",
      9         "zip_util.c",
     10         "jni_util.c",
     11         "jni_util_md.c",
     12         "io_util.c",
     13         "canonicalize_md.c",
     14         "FileDescriptor_md.c",
     15         "DatagramChannelImpl.c",
     16         "DatagramDispatcher.c",
     17         "Console_md.c",
     18         "IOUtil.c",
     19         "PollArrayWrapper.c",
     20         "SocketChannelImpl.c",
     21         "FileChannelImpl.c",
     22         "FileDispatcherImpl.c",
     23         "FileOutputStream_md.c",
     24         "FileInputStream.c",
     25         "FileSystemPreferences.c",
     26         "EPoll.c",
     27         "EPollPort.c",
     28         "UnixAsynchronousServerSocketChannelImpl.c",
     29         "UnixAsynchronousSocketChannelImpl.c",
     30         "io_util_md.c",
     31         "NativeThread.c",
     32         "FileKey.c",
     33         "UnixFileSystem_md.c",
     34         "ObjectStreamClass.c",
     35         "ObjectOutputStream.c",
     36         "ObjectInputStream.c",
     37         "LinuxNativeDispatcher.c",
     38         "LinuxWatchService.c",
     39         "UnixCopyFile.c",
     40         "UnixNativeDispatcher.c",
     41         "InetAddress.c",
     42         "net_util.c",
     43         "net_util_md.c",
     44         "Net.c",
     45         "MappedByteBuffer.c",
     46         "Inet6Address.c",
     47         "Inet4Address.c",
     48         "linux_close.cpp",
     49         "ServerSocketChannelImpl.c",
     50         "SocketInputStream.c",
     51         "SocketOutputStream.c",
     52         "Float.c",
     53         "Double.c",
     54         "StrictMath.c",
     55         "Math.c",
     56         "ProcessEnvironment_md.c",
     57         "System.c",
     58         "Runtime.c",
     59         "UNIXProcess_md.c",
     60         "Bits.c",
     61         "Character.cpp",
     62         "Register.cpp",
     63         "socket_tagger_util.cpp",
     64     ],
     65 }
     66