blob: 93fa7b4d3b225c69df0deba48f0a3f11b5045ecb [file] [log] [blame]
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"]
}