From 657eabffe504d8c6d1de08c46082b7f928e2c5bb Mon Sep 17 00:00:00 2001 From: A60 <59153990+djkcyl@users.noreply.github.com> Date: Sun, 5 Nov 2023 07:04:23 +0000 Subject: [PATCH] Fix repo pulling repository branch error --- android-builder-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-builder-docker/README.md b/android-builder-docker/README.md index d165a80..9fb5006 100644 --- a/android-builder-docker/README.md +++ b/android-builder-docker/README.md @@ -7,7 +7,7 @@ mkdir ~/redroid && cd ~/redroid # check supported branch in https://github.com/remote-android/redroid-patches.git -repo init -u https://android.googlesource.com/platform/manifest --git-lfs --depth=1 -b 11.0.0_r48 +repo init -u https://android.googlesource.com/platform/manifest --git-lfs --depth=1 -b android-11.0.0_r48 # add local manifests git clone https://github.com/remote-android/local_manifests.git ~/redroid/.repo/local_manifests -b 11.0.0