15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
|
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",
|
||
|
}
|