Skip to content

Instantly share code, notes, and snippets.

@ndesai
ndesai / gist:2273a93ffdcb022a1acc0b230a0340fb
Created June 25, 2023 19:05
Android Automotive OS (AAOS) Source and Build Instructions
# Step 1: Installing prerequisites
sudo apt install gcc git repo libncurses5
# Step 2: Getting the source code
# Initialize and clone source code (this requires ~150GB)
repo init -u https://android.googlesource.com/platform/manifest -b android-12.1.0_r27 --partial-clone --clone-filter=blob:limit=10M
repo sync -cq -j8
# Wait several hours depending on internet speed and proximity to Google's servers