• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// If you're looking for ART global stuff, please see build/Android.bp.
2
3package {
4    default_visibility: ["//art:__subpackages__"],
5    default_applicable_licenses: ["art_license"],
6}
7
8license {
9    name: "art_license",
10    visibility: [":__subpackages__"],
11    license_kinds: [
12        "SPDX-license-identifier-Apache-2.0",
13        "SPDX-license-identifier-BSD",
14    ],
15    license_text: [
16        "NOTICE",
17    ],
18}
19