Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 4a95e7a

Browse files
committed
Google didnt push r28 manifest... use r27 instead (it is same version code)
1 parent ac898e3 commit 4a95e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ elif [ "$1" == "android-10.0" ];then
2424
phh="android-10.0"
2525
elif [ "$1" == "android-11.0" ];then
2626
manifest_url="https://android.googlesource.com/platform/manifest"
27-
aosp="android-11.0.0_r28"
27+
aosp="android-11.0.0_r27"
2828
phh="android-11.0"
2929
fi
3030

0 commit comments

Comments
 (0)