• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

java/com/android/virtualization/vmlauncher/15-Dec-2024-564493

res/15-Dec-2024-6947

Android.bpD15-Dec-2024740 2927

AndroidManifest.xmlD15-Dec-20241.2 KiB2623

README.mdD15-Dec-2024371 2012

README.md

1# VM launcher app
2
3## Building
4
5This app is now part of the virt APEX.
6
7## Enabling
8
9This app is disabled by default. To re-enable it, execute the following command.
10
11```
12adb root
13adb shell pm enable com.android.virtualization.vmlauncher/.MainActivity
14```
15
16## Running
17
18Copy vm config json file to /data/local/tmp/vm_config.json.
19And then, run the app, check log meesage.
20