blob: 7dd24737df7cb083b92cee2834d583d6bfc78e6c [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",
"gson",
],
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,
},
}