| package { | |
| // http://go/android-license-faq | |
| default_applicable_licenses: ["Android-Apache-2.0"], | |
| } | |
| android_app { | |
| name: "CertInstaller", | |
| static_libs: [ | |
| "bouncycastle-unbundled", | |
| ], | |
| srcs: ["src/**/*.java"], | |
| platform_apis: true, | |
| certificate: "platform", | |
| } |