diff --git a/README.md b/README.md index 06db5a2..8bfb8f0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ sudo apt-get install dosfstools e2fsprogs fdisk kpartx mtools rsync ``` repo init -u https://android.googlesource.com/platform/manifest -b android-16.0.0_r1 -curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/manifest_brcm_rpi.xml --create-dirs +curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/brcm_rpi.xml --create-dirs +curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/lineageos.xml --create-dirs curl -o .repo/local_manifests/manifest_pawletos.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/pawletos.xml --create-dirs ``` @@ -25,7 +26,8 @@ Or optionally, you can reduce download size by creating a shallow clone and remo ``` repo init -u https://android.googlesource.com/platform/manifest -b android-16.0.0_r1 --depth=1 -curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/manifest_brcm_rpi.xml --create-dirs +curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/brcm_rpi.xml --create-dirs +curl -o .repo/local_manifests/manifest_brcm_rpi.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/vendors/lineageos.xml --create-dirs curl -o .repo/local_manifests/manifest_pawletos.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/pawletos.xml --create-dirs curl -o .repo/local_manifests/remove_projects.xml -L https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/remove_projects.xml ``` @@ -45,22 +47,22 @@ repo sync 6. Select the device (`rpi4` or `rpi5`) and build target (tablet UI, `tv` for Android TV, or `car` for Android Automotive): ``` -lunch pawlet_rpi4-bp2a-userdebug +lunch pawlet_rpi4-aosp16-userdebug ``` ``` -lunch pawlet_rpi4_tv-bp2a-userdebug +lunch pawlet_rpi4_tv-aosp16-userdebug ``` ``` -lunch pawlet_rpi4_car-bp2a-userdebug +lunch pawlet_rpi4_car-aosp16-userdebug ``` ``` -lunch pawlet_rpi5-bp2a-userdebug +lunch pawlet_rpi5-aosp16-userdebug ``` ``` -lunch pawlet_rpi5_tv-bp2a-userdebug +lunch pawlet_rpi5_tv-aosp16-userdebug ``` ``` -lunch pawlet_rpi5_car-bp2a-userdebug +lunch pawlet_rpi5_car-aosp16-userdebug ``` 7. Compile: