Home | History | Annotate | Download | only in native
      1 filegroup {
      2     name: "luni_native_srcs",
      3     srcs: [
      4         "ExecStrings.cpp",
      5         "IcuUtilities.cpp",
      6         "JniException.cpp",
      7         "NetworkUtilities.cpp",
      8         "Register.cpp",
      9         "ZipUtilities.cpp",
     10         "android_system_OsConstants.cpp",
     11         "cbigint.cpp",
     12         "java_lang_StringToReal.cpp",
     13         "java_lang_invoke_MethodHandle.cpp",
     14         "java_lang_invoke_VarHandle.cpp",
     15         "java_math_NativeBN.cpp",
     16         "java_util_regex_Matcher.cpp",
     17         "java_util_regex_Pattern.cpp",
     18         "libcore_icu_ICU.cpp",
     19         "libcore_icu_NativeConverter.cpp",
     20         "libcore_icu_TimeZoneNames.cpp",
     21         "libcore_io_AsynchronousCloseMonitor.cpp",
     22         "libcore_io_Linux.cpp",
     23         "libcore_io_Memory.cpp",
     24         "libcore_util_NativeAllocationRegistry.cpp",
     25         "org_apache_harmony_xml_ExpatParser.cpp",
     26         "sun_misc_Unsafe.cpp",
     27         "valueOf.cpp",
     28     ],
     29 }
     30