• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["packages_apps_CertInstaller_license"],
3}
4
5// Added automatically by a large-scale-change
6// http://go/android-license-faq
7license {
8    name: "packages_apps_CertInstaller_license",
9    visibility: [":__subpackages__"],
10    license_kinds: [
11        "SPDX-license-identifier-Apache-2.0",
12    ],
13    license_text: [
14        "NOTICE",
15    ],
16}
17
18android_app {
19    name: "CertInstaller",
20    static_libs: [
21        "bouncycastle-unbundled",
22    ],
23    srcs: ["src/**/*.java"],
24    platform_apis: true,
25    certificate: "platform",
26}
27