blob: 2e8cc93a1d1eb88044537c3eb49949f695eead86 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "VmLauncherApp",
srcs: ["java/**/*.java"],
resource_dirs: ["res"],
static_libs: [
// TODO(b/330257000): will be removed when binder RPC is used
"android.system.virtualizationservice_internal-java",
// TODO(b/331708504): will be removed when AVF framework handles surface
"libcrosvm_android_display_service-java",
"vm_launcher_lib",
],
libs: [
"framework-virtualization.impl",
"framework-annotations-lib",
],
platform_apis: true,
privileged: true,
apex_available: [
"com.android.virt",
],
optimize: {
proguard_flags_files: ["proguard.flags"],
shrink_resources: true,
},
}