Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
java/com/android/virtualization/vmlauncher/ | 15-Dec-2024 | - | 564 | 493 | ||
res/ | 15-Dec-2024 | - | 69 | 47 | ||
Android.bp | D | 15-Dec-2024 | 740 | 29 | 27 | |
AndroidManifest.xml | D | 15-Dec-2024 | 1.2 KiB | 26 | 23 | |
README.md | D | 15-Dec-2024 | 371 | 20 | 12 |
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