Skip to content

Commit 2f1d4d5

Browse files
author
cxxsheng
committed
Merge branch 'main' of https://github.com/cxxsheng/SecurePatchedEmulator into main
2 parents 8d59c9c + 3f1992b commit 2f1d4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To create a secure Android emulator image with the latest security patches, foll
4242
0. Initialize and sync the AOSP repository:
4343
```shell
4444
repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r1
45-
repo sync
45+
repo sync
4646
```
4747
Replace `android-14.0.0_r1` with the desired Android version.
4848

@@ -100,4 +100,4 @@ repo sync
100100
### Reference:
101101

102102
1. [Merging AOSP Security Patches into Custom ROMs | Aditya Telange.](https://adityatelange.in/blog/aosp/merge-security-patches-aosp/)
103-
2. [Use Android Emulator virtual devices | Android Open Source Project.](https://source.android.com/docs/setup/create/avd#build_avd_images)
103+
2. [Use Android Emulator virtual devices | Android Open Source Project.](https://source.android.com/docs/setup/create/avd#build_avd_images)

0 commit comments

Comments
 (0)