You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,22 @@ To launch the build, run:
20
20
21
21
Use `./build.sh --sudo` if your user does not have permission to use Docker daemon, or `./build.sh --podman` if you want to use rootless Podman instead (untested).
22
22
23
-
Directory `anbox-work` will be created where all AOSP sources will be downloaded to and where the build will be performed. You need about 150GB of free disk space and 16GB of RAM.
23
+
Directory `anbox-work` will be created where all AOSP sources will be downloaded to and where the build will be performed. You'll need at least 60GB of free disk space and 16GB of RAM.
24
24
25
25
## Installation:
26
26
27
27
Put the `anbox-work/vendor/anbox/android.img` file into `/var/lib/anbox/android.img` on your phone and reboot.
28
+
29
+
## Cleanup
30
+
31
+
By default incremental build will be performed. To start over from scratch:
32
+
33
+
```
34
+
rm -rf anbox-work
35
+
```
36
+
37
+
To start over without having to download sources again:
0 commit comments