Google regularly update their guide for using Pixel devices to run Android Automotive (AAOS). The latest supported device is Pixel tablet. This guide serve as an archive of Google's official guide about building and flashing with image of Android Automotive on Pixel 4a (5g) and Pixel 5. Prerequisites Before you continue, confirm you have the following items: OEM unlocking is required. Use either an unlocked Pixel 4a (5G) or Pixel 5 Linux desktop capable of building Android code. For more information, see Establishing a Build Environment. Code sync and build To sync Android build SP1A.210812.016.A1:mkdir aaos_on_phonecd aaos_on_phonerepo init -u https://android.googlesource.com/platform/manifest -b android-12.0.0_r3 --use-superproject --partial-clone --partial-clone-exclude=platform/frameworks/base --clone-filter=blob:limit=10Mrepo sync -j8 -c -q Download the proprietary binaries and patches. Pixel 4a (5G). Download the 4a (5G) binaries, such as the vendor image and Qualcomm drivers for Android 12, build SP1A.210812.016.A1:curl --output - https://dl.google.com/dl/android/aosp/google_devices-bramble-sp1a.210812.016.a1-a60d24d5.tgz | tar -xzvf -tail -n +315 extract-google_devices-bramble.sh | tar -zxvf -curl --output - https://dl.google.com/dl/android/aosp/qcom-bramble-sp1a.210812.016.a1-3fa45eab.tgz | tar -xzvf -tail -n +315 extract-qcom-bramble.sh | tar -xzvf - Pixel 5. Download the Pixel 5 binaries, such as the vendor image and Qualcomm drivers for Android 12,…
Category: AOSP
1 Posts