diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-05-12 17:44:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-29 16:16:38 +0530 |
| commit | 55aef19e3a08b1c87aab6c9c16c20ea9da309029 (patch) | |
| tree | c6417f169726d8b96f9fa30dd982249161d7a55b /justfile | |
| parent | 8ca8f830a09d8ff08ccb654199cb33779117cc37 (diff) | |
| download | daft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.tar.gz daft-launcher-55aef19e3a08b1c87aab6c9c16c20ea9da309029.zip | |
Build schtuff
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..b85492a --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ + +android-setup: + #!/usr/bin/env sh + sdkmanager "$MY_ANDROID_AVD_PKG" && \ + avdmanager create avd -n channels -k "$MY_ANDROID_AVD_PKG" --device 26 --force; + +emu: + emulator -gpu swiftshader_indirect @channels + # emulator -gpu mode @channels |
