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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,15 @@ Use `./build.sh --sudo` if your user does not have permission to use Docker daem
22
22
23
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
+
After successful build, assemble the image with:
26
+
27
+
```
28
+
./assemble.sh
29
+
```
30
+
25
31
## Installation:
26
32
27
-
Put the `anbox-work/vendor/anbox/android.img` file into `/var/lib/anbox/android.img` on your phone and reboot.
33
+
Put the `android.img` file into `/var/lib/anbox/android.img` on your phone and reboot.
0 commit comments