# aaos_local_manifest **Repository Path**: raspberry-vanilla/aaos_local_manifest ## Basic Information - **Project Name**: aaos_local_manifest - **Description**: forked from grapeup - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: android-13.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-27 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Device specific configuration to build AOSP Android 13 for Raspberry Pi 4. *** ### How to build: 1. Establish [Android build environment](https://source.android.com/setup/initializing) and install [repo](https://source.android.com/docs/setup/develop#installing-repo). 2. Install additional packages: ``` sudo apt-get install bc coreutils dosfstools e2fsprogs fdisk kpartx mtools ninja-build pkg-config python3-pip sudo pip3 install meson mako jinja2 ply pyyaml ``` 3. Initialize repo: ``` repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r35 --depth=1 git clone https://github.com/grapeup/aaos_local_manifest.git .repo/local_manifests ``` 4. Sync source code: ``` repo sync ``` 5. Compile: ``` . build/envsetup.sh lunch aosp_rpi4-userdebug make bootimage systemimage vendorimage ``` 6. Make flashable image: ``` ./rpi4-mkimg.sh ``` Also look into [Linux kernel build instructions](https://github.com/raspberry-vanilla/android_kernel_manifest/tree/android-13.0). *** ### Issues: - [Android](https://github.com/raspberry-vanilla/android_local_manifest/issues) - [Linux kernel](https://github.com/raspberry-vanilla/android_kernel_manifest/issues) *** ### Wiki: - [Audio](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Audio) - [DSI display](https://github.com/raspberry-vanilla/android_local_manifest/wiki/DSI-display) - [HDMI display](https://github.com/raspberry-vanilla/android_local_manifest/wiki/HDMI-display) - [Interfaces](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Interfaces) - [USB boot](https://github.com/raspberry-vanilla/android_local_manifest/wiki/USB-boot) - [Video decoding](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Video-decoding)