Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 373 Bytes

README.mkdn

File metadata and controls

26 lines (17 loc) · 373 Bytes

Android Open Source Project

Sync

# Initialize local repository
repo init -u https://github.com/aosp-google/manifest -b pie

# Sync
repo sync -c -jx --force-sync --no-clone-bundle --no-tags

Build

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ brunch $device