• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "external_libchrome_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-BSD
7    default_applicable_licenses: ["external_libchrome_license"],
8}
9
10bootstrap_go_package {
11    name: "soong-libchrome",
12    pkgPath: "android/soong/external/libchrome",
13    deps: [
14        "blueprint",
15        "soong",
16        "soong-android",
17        "soong-genrule",
18    ],
19    srcs: [
20        "bindings_generator.go",
21    ],
22    pluginFor: ["soong_build"],
23}
24