• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
2//     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
3//     DEPENDING ON IT IN YOUR PROJECT. ***
4package {
5    // See: http://go/android-license-faq
6    // A large-scale-change added 'default_applicable_licenses' to import
7    // all of the 'license_kinds' from "system_ca-certificates_license"
8    // to get the below license kinds:
9    //   legacy_by_exception_only (by exception only)
10    default_applicable_licenses: ["apex_ca-certificates_license"],
11}
12
13// This is a temporary solution for adding certificates to the apex.
14bootstrap_go_package {
15    name: "soong-ca-certificates-apex",
16    pkgPath: "android/soong/external/conscrypt/apex/ca-certificates",
17    deps: [
18        "soong-android",
19        "soong-etc",
20        "soong-phony",
21    ],
22    srcs: [
23        "ca_certificates_apex.go",
24    ],
25    pluginFor: ["soong_build"],
26}
27