From 43d10ce05b5b894d140e3cd39ee090ca9d1f3e47 Mon Sep 17 00:00:00 2001 From: oxmc7769 Date: Sat, 4 Jul 2026 02:28:28 -0700 Subject: [PATCH] Document rpi manifests and support multi-source remove_projects Add header comment naming the AOSP release, and switch remove_projects to a list so multiple remove-project XML fragments can be merged by environ.py. --- rpi/repo-shallow.yml | 4 +++- rpi/repo.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rpi/repo-shallow.yml b/rpi/repo-shallow.yml index de0a67d..c79d344 100644 --- a/rpi/repo-shallow.yml +++ b/rpi/repo-shallow.yml @@ -1,3 +1,4 @@ +# Android 16.0.0_r4 local manifest for PawletOS on Raspberry Pi repo: url: "https://android.googlesource.com/platform/manifest" branch: "android-16.0.0_r4" @@ -8,7 +9,8 @@ repo: manifest_brcm_rpi: "https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/rpi/vendor/brcm_rpi.xml" manifest_lineageos: "https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/common/vendor/lineageos.xml" manifest_pawletos: "https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/rpi/pawletos.xml" - remove_projects: "https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/common/remove_projects.xml" + remove_projects: + - "https://git.oxmc.me/PawletOS/android_local_manifest/raw/branch/android-16.0/common/remove_projects.xml" patches: dirs: diff --git a/rpi/repo.yml b/rpi/repo.yml index 3348736..a445712 100644 --- a/rpi/repo.yml +++ b/rpi/repo.yml @@ -1,3 +1,4 @@ +# Android 16.0.0_r4 local manifest for PawletOS on Raspberry Pi repo: url: "https://android.googlesource.com/platform/manifest" branch: "android-16.0.0_r4"