packages/apps/CertInstaller/Android.bp

15 lines
293 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
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",
}