We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a55ddc commit c8a6110Copy full SHA for c8a6110
README.md
@@ -86,6 +86,8 @@ services:
86
volumes:
87
- /tmp/ccache:/ccache
88
- ~/aosp:/aosp
89
+ - ~/.gitconfig:/home/aosp/.gitconfig
90
+ - ~/.ssh/:/home/aosp/.ssh/
91
```
92
Example run: `docker-compose run --rm aosp repo sync -j4` -- your android build directory will be in `~/aosp`.
93
0 commit comments