Skip to content

Commit 754abab

Browse files
authored
Added --depth 1 to avoid pulling the full git history
1 parent df2ebf2 commit 754abab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create a secure Android emulator image with the latest security patches, foll
5151
2. Fetch the security patch tag across all AOSP repositories:
5252

5353
```shell
54-
2. repo forall -p -c 'git fetch aosp android-security-14.0.0_r9'
54+
2. repo forall -p -c 'git fetch aosp android-security-14.0.0_r9 --depth 1'
5555
```
5656

5757
Replace `android-security-14.0.0_r9` with the actual security patch tag.

0 commit comments

Comments
 (0)