1.2 KiB
1.2 KiB
Offline Bundle
This directory describes the local offline bundle required by the current Android 13 5570 build path.
The large bundle payloads are intentionally not tracked in Git. Keep them in the local downloads/ and images/ directories and use manifest.json plus verify_offline_bundle.py to validate what is on disk.
Layout
downloads/mindthegapps.ziplibhoudini.ziplibhoudini_hack.zipmagisk.apkmagisk.version
images/redroid-redroid-13.0.0-latest.tar
manifest.json
Verification
python verify_offline_bundle.py
Offline build flow
- Make sure your container runtime can load local image archives.
- Populate
downloads/andimages/with the files listed inmanifest.json. - Run
python redroid.py -mtg -i -m(add--offlineor setREDROID_OFFLINE=1to forbid any network use). - The build prefers a local container image, then
images/redroid-redroid-13.0.0-latest.tar, then a registry pull (skipped when offline-only). - Archives in
downloads/are preferred when present and match the expected checksum; otherwise the build downloads from upstream (skipped when offline-only).