We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--depth 1
1 parent df2ebf2 commit 754ababCopy full SHA for 754abab
README.md
@@ -51,7 +51,7 @@ To create a secure Android emulator image with the latest security patches, foll
51
2. Fetch the security patch tag across all AOSP repositories:
52
53
```shell
54
- 2. repo forall -p -c 'git fetch aosp android-security-14.0.0_r9'
+ 2. repo forall -p -c 'git fetch aosp android-security-14.0.0_r9 --depth 1'
55
```
56
57
Replace `android-security-14.0.0_r9` with the actual security patch tag.
0 commit comments