├── README └── default.xml /README: -------------------------------------------------------------------------------- 1 | # Download Android source with local_manifests 2 | Refer to http://source.android.com/source/downloading.html 3 | 4 | $ repo init -u https://android.googlesource.com/platform/manifest --depth=1 -b android-14.0.0_r37 5 | $ git clone https://github.com/android-rpi/local_manifests .repo/local_manifests -b arpi-14 6 | $ repo sync 7 | 8 | # Build for Raspberry Pi 5 9 | https://github.com/android-rpi/device_arpi_rpi5 10 | 11 | Use -j[n] option on sync & build steps, if build host has a good number of CPU cores. 12 | -------------------------------------------------------------------------------- /default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | --------------------------------------------------------------------------------