Commit Graph
200 Commits
Author SHA1 Message Date
oxmc 1f832f4209 manifest: drop external/update_binary, duplicates bootable/deprecated-ota
This AOSP release didn't actually delete applypatch/edify/updater --
it relocated them, still Soong-converted, to bootable/deprecated-ota/.
Syncing external_update_binary alongside it produced a hard Soong
module-name collision (identical module names, several with matching
line numbers -- external_update_binary appears to be a near-verbatim
copy). Nothing currently wires either copy's modules into
PRODUCT_PACKAGES, so dropping the duplicate is a pure fix.
2026-08-15 05:31:22 -07:00
oxmc 53366173c4 manifest: comment out app_PawletAndroidAuto, not pushed to git.oxmc.me yet
The local checkout is just a PLAN.md with no commits and no remote --
this entry has been breaking repo sync with "Repository not found"
since nothing exists at PawletOS/app_PawletAndroidAuto on the server.
Same pattern as the existing commented-out update_engine block.
2026-08-15 05:17:13 -07:00
oxmc e6e3e29833 manifest: add packages/apps/PawletCache
PawletCache (device-side LAN cache resolver) had a working app, AIDL
interface, and sepolicy domain but no manifest entry, so it never got
synced into a build tree at all.
2026-08-15 05:13:52 -07:00
oxmc 299bad56b4 Drop dead TWRP-fork manifest block, add external_update_binary
Old bootable/recovery + vendor/pawlet/twrp_recovery + vendor/twrp
projects were commented-out remnants of the abandoned full-fork
approach. Current design keeps stock bootable/recovery unforked and
plugs TWRP's GUI/toolkit in via vendor/pawlet/recovery_ui and
recovery_toolkit, already synced as part of vendor/pawlet. Adds
external/update_binary (applypatch/updater/edify, restored after
Google dropped it from AOSP) which had no manifest entry at all.
2026-08-15 05:13:07 -07:00
oxmc 278449f767 manifest: add prebuilt_libs_splashscreen (androidx core-splashscreen 1.0.1) 2026-07-15 15:55:26 -07:00
oxmc 7f445b6bcf Update common/pawletos.xml 2026-07-15 14:29:02 -07:00
oxmc 790e272648 manifest: drop stale TWRP and update_engine comment blocks
Both were commented-out placeholders (TWRP has no android-16 branch;
the recovery UI port now lives in android_vendor_pawlet instead, and
the LineageOS update_engine fork remains unvalidated). Also move BgUpd
to the top of the first-party apps list.
2026-07-15 07:31:47 -07:00
oxmc fd96c7b113 manifest: sync Lawnchair source submodules (sync-s)
Lawnchair vendors platform_frameworks_libs_systemui as a git submodule;
without sync-s the in-tree checkout lacks it and Gradle configuration
fails.
2026-07-15 03:01:22 -07:00
oxmc 40603d9a6d manifest: add Lawnchair source + build bridge at external/build-tools/lawnchair 2026-07-15 01:59:39 -07:00
oxmc 6fbf9ad5a1 Add BgUpd project to the manifest
Now that the repo exists at PawletOS/android_packages_apps_BgUpd.
2026-07-09 01:29:32 -07:00
oxmc 43d10ce05b 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.
2026-07-04 02:28:28 -07:00
oxmc 1e06071100 Restructure the repo 2026-07-04 01:56:27 -07:00
oxmc 31996cdb2f Add prebuilt lib repos from maven-to-lib
15 libs managed by maven-to-lib; revision pinned to artifact version:
accompanist 0.37.3, coil 3.5.0, commons 3.20.0, glide 5.0.7,
jsoup 1.22.2, koin 4.2.2, kotlinx-serialization 1.11.0, ktor 3.5.0,
lottie 6.7.1, moshi 1.15.2, okhttp 5.4.0, okio 3.17.0,
retrofit 3.0.0, timber 5.0.1, zxing 3.5.4
2026-06-17 05:50:59 -07:00
oxmc 635755f0c5 manifest: track android_packages_apps_SetupWizard on android-16.0 2026-06-17 02:19:14 -07:00
oxmc 93975d37d0 brcm_rpi: switch external/libcamera to PawletOS fork
Add vendor_available: true to the static lib deps of the soc_specific
IPA and camera shared libs, fixing Soong vendor variant errors on clean
builds.
2026-06-15 05:57:46 -07:00
oxmc 2998666ac4 brcm_rpi: switch libudev-zero to PawletOS fork 2026-06-15 03:27:13 -07:00
oxmc b9ce54c538 Update pawletos.xml 2026-06-13 07:16:16 -07:00
oxmc 70f902973a Update vendors/lineageos.xml 2026-06-13 07:15:36 -07:00
oxmc 4066ede321 manifest: enable PawletOS SetupWizard 2026-06-13 06:20:16 -07:00
oxmc 7a82b0480c manifest: point vendor/partner_gms to PawletOS fork 2026-06-13 03:10:47 -07:00
oxmc 79dd95ae27 Update pawletos.xml 2026-06-12 16:36:41 -07:00
oxmc 305393fd97 Update vendors/lineageos.xml 2026-06-12 16:19:41 -07:00
oxmc 72ed16c4ce Add app_PawletSettings to manifest 2026-06-09 05:21:00 -07:00
oxmc 2866acc508 Enable vendor/partner_gms (microG) 2026-06-09 04:51:52 -07:00
oxmc 65efb77c69 Update: Pin Lawnchair version to android-16.0 not just android-16 2026-06-08 05:09:49 -07:00
oxmc 6e9124819b Update: Update lawnchair path 2026-06-08 05:02:34 -07:00
oxmc 8790d153b5 Update: Remove APN from manifest, PawletOS Config APK now adds them. 2026-06-08 05:00:48 -07:00
oxmc 5fd63523d9 Update: Change Lawnchair back to prebuilt 2026-06-08 02:00:36 -07:00
oxmc b77cd7e1d4 manifest: keep AOSP Launcher3 in build alongside prebuilt Lawnchair
Remove <remove-project> for platform/packages/apps/Launcher3. AOSP
Launcher3 stays in the build to provide com_android_launcher3_flags_lib
and launcher-aosp-tapl (needed by frameworks/base and platform_testing).
Lawnchair prebuilt overrides Launcher3 at install time via PRODUCT_PACKAGES
so the AOSP Launcher3 APK is never installed on-device.
2026-06-06 06:01:42 -07:00
oxmc b2a9fac3a8 Update pawletos.xml 2026-06-06 05:39:28 -07:00
oxmc b641121239 Update pawletos.xml 2026-06-06 05:35:33 -07:00
oxmc f80b92dcd4 Lawnchair: document dual build modes (source vs prebuilt) in manifest 2026-06-06 01:21:34 -07:00
oxmc 78eedcea27 pawletos: Lawnchair path vendor/Lawnchair/Lawnchair 2026-06-05 19:27:38 -07:00
oxmc deb5024480 pawletos: move Lawnchair to vendor/lawnchair for Robolectric visibility 2026-06-05 19:26:44 -07:00
oxmc f4e547fdd1 Merge: use remote manifest (apps_lawnchair at packages/apps/Lawnchair) 2026-06-05 19:17:29 -07:00
oxmc 461e7bff58 pawletos: Lawnchair at packages/apps/Launcher3 (same path as upstream) 2026-06-05 19:16:28 -07:00
oxmc 3a9b062197 Update pawletos.xml 2026-06-05 19:15:11 -07:00
oxmc 1105c3504d Merge branch 'android-16.0' of https://git.oxmc.me/PawletOS/android_local_manifest into android-16.0 2026-06-05 19:11:45 -07:00
oxmc 89ff61735e pawletos: remove platform Launcher3, Lawnchair fork takes its place 2026-06-05 18:53:12 -07:00
oxmc 76db5bea47 Update pawletos.xml 2026-06-05 18:15:55 -07:00
oxmc 3cc8f6279f pawletos: use PawletOS/vendor_lawnchair fork instead of upstream LawnchairLauncher/lawnchair 2026-06-05 14:28:30 -07:00
oxmc 39e156621b pawletos: add Lawnchair source at packages/apps/Lawnchair 2026-06-04 06:26:16 -07:00
oxmc 731c83c1fb Merge branch 'android-16.0' of https://git.oxmc.me/PawletOS/android_local_manifest into android-16.0 2026-06-04 04:28:22 -07:00
oxmc 16b394917a pawletos: add MicroG vendor manifest entry (commented out) 2026-06-04 04:27:45 -07:00
oxmc 3bcc62f489 Update webview patches 2026-06-03 00:09:14 -07:00
oxmc b9016d75cb Pin correct versions 2026-06-02 23:36:31 -07:00
oxmc 601c731ed2 Replace device/brcm/rpi* with PawletOS specific ones 2026-06-02 23:27:10 -07:00
oxmc a14834892b Update pawlet rpi paths 2026-06-02 23:26:16 -07:00
oxmc f4d6064ca7 Update remove_projects.xml 2026-06-02 23:18:16 -07:00
oxmc 89f6e1ad5b Update vendors/brcm_rpi.xml 2026-06-02 23:18:04 -07:00