Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 455 Bytes

File metadata and controls

18 lines (11 loc) · 455 Bytes

ACSOP

Getting Started

To get started with Android, you'll need to get familiar with Git and Repo.

To initialize your local repository using the ACSOP trees, use a command like this:

repo init -u git://github.com/ACSOP/android.git

Then to sync up:

repo sync

Please note that this repo is currently an un-modified AOSP android-4.0.4_r1.2 branch.