Skip to content

Commit b05a937

Browse files
committed
README: Update requirements and document cleaning up
1 parent 7d29e4c commit b05a937

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,22 @@ To launch the build, run:
2020

2121
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).
2222

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.
2424

2525
## Installation:
2626

2727
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:
38+
39+
```
40+
rm -rf anbox-work/* anbox-work/.patches anbox-work/.pc
41+
```

0 commit comments

Comments
 (0)