Skip to content

Commit 4a3453e

Browse files
authored
Merge pull request #1 from BitTheByte/main
Added `--depth 1` to avoid pulling the full git history
2 parents df2ebf2 + 754abab commit 4a3453e

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)