Bläddra i källkod

update README.md.

Signed-off-by: thead_admin <occ_thead@service.alibaba.com>
thead_admin 10 månader sedan
förälder
incheckning
00490ad2fe
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -27,7 +27,14 @@ https://wiki.sipeed.com/licheepi4a
 ## 快速上手
 在下载安卓开源项目源代码之前,请检查您的工作环境,建议使用具有至少250G磁盘空间、16GB+内存的Linux系统(推荐使用Ubuntu 20.04以上版本)的工作环境, 编译时间和主机的处理器核心数有关,建议使用有较多核心的主机。
 
-将安卓开源项目(主线版本)和开发板支持源代码下载到工作目录:
+将安卓开源项目(主线版本)和开发板支持源代码下载到工作目录,使用固定版本上游代码:
+```
+mkdir riscv-android-src && cd riscv-android-src
+repo init -u https://gitee.com/thead-android/local_manifests.git -b main_2023_7_7
+git clone https://gitee.com/thead-android/local_manifests.git .repo/local_manifests -b thead-android-community
+repo sync
+```
+使用最新版本上游代码,可能会由于兼容性导致一些编译问题:
 ```
 mkdir riscv-android-src && cd riscv-android-src
 repo init -u https://android.googlesource.com/platform/manifest -b master