Jeongik Cha | 259dc4c | 2024-03-22 14:34:49 +0900 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | android_app { | ||||
6 | name: "VmLauncherApp", | ||||
7 | srcs: ["java/**/*.java"], | ||||
8 | resource_dirs: ["res"], | ||||
9 | static_libs: [ | ||||
10 | "androidx-constraintlayout_constraintlayout", | ||||
11 | "androidx.appcompat_appcompat", | ||||
12 | "com.google.android.material_material", | ||||
13 | ], | ||||
14 | libs: [ | ||||
15 | "framework-virtualization.impl", | ||||
16 | "framework-annotations-lib", | ||||
17 | ], | ||||
18 | platform_apis: true, | ||||
19 | privileged: true, | ||||
20 | } |