Repository: peyo-hd/local_manifests Branch: arpi-12 Commit: 0997244280b9 Files: 2 Total size: 1.3 KB Directory structure: gitextract_ggqt_iqk/ ├── README └── default.xml ================================================ FILE CONTENTS ================================================ ================================================ FILE: README ================================================ # Download Android source with local_manifests Refer to http://source.android.com/source/downloading.html $ repo init -u https://android.googlesource.com/platform/manifest -b android-12.1.0_r21 $ git clone https://github.com/android-rpi/local_manifests .repo/local_manifests -b arpi-12 $ repo sync # Build for Raspberry Pi 4 https://github.com/android-rpi/device_arpi_rpi4/tree/arpi-12 Use -j[n] option on sync & build steps, if build host has a good number of CPU cores. ================================================ FILE: default.xml ================================================ <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="arpi" fetch="https://github.com/android-rpi"/> <remove-project name="platform/frameworks/av"/> <project path="frameworks/av" name="frameworks_av" revision="arpi-12" remote="arpi"/> <remove-project name="platform/external/mesa3d"/> <project path="external/mesa3d" name="external_mesa3d" revision="v3d-22.0" remote="arpi"/> <remove-project name="platform/external/libdrm"/> <project path="external/libdrm" name="platform/external/libdrm" revision="android-s-v2-beta-3"/> <project path="hardware/arpi" name="hardware_arpi" revision="arpi-12" remote="arpi"/> <project path="device/arpi/rpi4" name="device_arpi_rpi4" revision="arpi-12" remote="arpi"/> <project path="vendor/arpi/RpLauncher" name="RpLauncher" revision="arpi-12" remote="arpi"/> </manifest>
gitextract_ggqt_iqk/ ├── README └── default.xml
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
{
"path": "README",
"chars": 480,
"preview": "# Download Android source with local_manifests\n Refer to http://source.android.com/source/downloading.html\n\n $ repo init"
},
{
"path": "default.xml",
"chars": 840,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<manifest>\n <remote name=\"arpi\" fetch=\"https://github.com/android-rpi\"/>\n\n <rem"
}
]
About this extraction
This page contains the full source code of the peyo-hd/local_manifests GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (1.3 KB), approximately 474 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.