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. - If the base image tag is missing,
redroid.pywill automatically loadimages/redroid-redroid-13.0.0-latest.tar. - The build modules read the zip/apk files from
downloads/first and do not need the network when those files are present and valid.