Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoaduarte authored and zhouziyang committed Jun 7, 2024
1 parent 3164691 commit 8567dea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android-builder-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ repo sync -c -j$(nproc)
# get latest Dockerfile from Redroid repository
wget https://raw.githubusercontent.com/remote-android/redroid-doc/master/android-builder-docker/Dockerfile
# check if 'Webview.apk' files were properly synced by 'git-lfs'. Each .apk should be at least ~80MB in size.
find ~/redroid/external/chromium-webview -type f -name "*.apk" -exec du -h {} +
```
#### 3) GApps (optional)
##### In case you want to add GApps to your build (PlayStore, etc), you can follow these steps, otherwise, just skip it
Expand Down

0 comments on commit 8567dea

Please sign in to comment.