From 59ed89e69fc00f7d398515726da82cc9c7861c31 Mon Sep 17 00:00:00 2001 From: oxmc Date: Wed, 20 Aug 2025 15:59:04 -0700 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ea5683..06db5a2 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,16 @@ 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/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/manifest_brcm_rpi.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 ``` Or optionally, you can reduce download size by creating a shallow clone and removing unneeded projects: ``` 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/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/manifest_brcm_rpi.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 ``` @@ -43,22 +45,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 aosp_rpi4-bp2a-userdebug +lunch pawlet_rpi4-bp2a-userdebug ``` ``` -lunch aosp_rpi4_tv-bp2a-userdebug +lunch pawlet_rpi4_tv-bp2a-userdebug ``` ``` -lunch aosp_rpi4_car-bp2a-userdebug +lunch pawlet_rpi4_car-bp2a-userdebug ``` ``` -lunch aosp_rpi5-bp2a-userdebug +lunch pawlet_rpi5-bp2a-userdebug ``` ``` -lunch aosp_rpi5_tv-bp2a-userdebug +lunch pawlet_rpi5_tv-bp2a-userdebug ``` ``` -lunch aosp_rpi5_car-bp2a-userdebug +lunch pawlet_rpi5_car-bp2a-userdebug ``` 7. Compile: