Welcome to the SHIELD Open Source Release. | |
In this README, you will find sync instructions. | |
========== | |
HowTo Sync: | |
========== | |
Syncing this release requires git and the repo tool from Google: | |
http://source.android.com/source/downloading.html#installing-repo | |
mkdir ~/shield-open-source | |
cd ~/shield-open-source | |
repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-32-r5-partner -m tlk/t210.xml | |
repo sync -j5 | |