Commit Graph
11 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 1e06071100 Restructure the repo 2026-07-04 01:56:27 -07:00