使用AOSP (Android Open Source Project)原始碼來編譯出給Raspberry Pi能安裝的Android系統。
mkdir {WORKDIR}
cd {WORKDIR}
git config --global user.name {YOUR_NAME}
git config --global user.email {YOUR_EMAIL}
repo init -u https://android.googlesource.com/platform/manifest -b android-10.0.0_r47
To check out a branch other than master, specify it with -b. For a list of branches, see Source code tags and builds.
mkdir .repo/manifests
wget https://github.com/jimmy9478/build-Android-for-rpi4/blob/arpi-10/loacl_manifests.xml -O .repo/manifests/local_manifests.xml
repo sync -j$(nproc --all)
To speed syncs, pass the -c (current branch) and -j
threadcountflags.
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.