• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (C) 2017 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//      http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15package {
16    // http://go/android-license-faq
17    // A large-scale-change added 'default_applicable_licenses' to import
18    // the below license kinds from "libcore_luni_license":
19    //   SPDX-license-identifier-Apache-2.0
20    default_applicable_licenses: ["libcore_luni_license"],
21}
22
23filegroup {
24    name: "luni_native_srcs",
25    visibility: [
26        "//libcore",
27    ],
28    srcs: [
29        "ExecStrings.cpp",
30        "IcuUtilities.cpp",
31        "JniConstants.cpp",
32        "JniException.cpp",
33        "NetworkUtilities.cpp",
34        "Register.cpp",
35        "ZipUtilities.cpp",
36        "android_system_OsConstants.cpp",
37        "cbigint.cpp",
38        "java_lang_StringToReal.cpp",
39        "java_lang_invoke_MethodHandle.cpp",
40        "java_lang_invoke_VarHandle.cpp",
41        "libcore_math_NativeBN.cpp",
42        "libcore_icu_ICU.cpp",
43        "libcore_io_AsynchronousCloseMonitor.cpp",
44        "libcore_io_Linux.cpp",
45        "libcore_io_Memory.cpp",
46        "libcore_util_NativeAllocationRegistry.cpp",
47        "org_apache_harmony_xml_ExpatParser.cpp",
48        "sun_misc_Unsafe.cpp",
49        "valueOf.cpp",
50    ],
51}
52
53filegroup {
54    name: "libandroidio_srcs",
55    visibility: [
56        "//libcore",
57    ],
58    srcs: [
59        "AsynchronousCloseMonitor.cpp",
60    ],
61}
62