blob: e10d8cc3501dde388f7eef730bf8281129d4d2e5 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "CarShell",
srcs: ["src/**/*.java"],
// Although it has carshell name, it add permission to shell package
required: ["allowed_privapp_com.android.carshell"],
platform_apis: true,
certificate: "platform",
overrides: ["Shell"],
privileged: true,
static_libs: ["Shell-package-library"]
}