Go to file
2015-06-15 13:56:08 +02:00
default.xml update new worktree 2015-06-15 13:56:08 +02:00
readme.md [DEV] create basic manifest 2015-05-06 21:04:49 +02:00

Manifest section for music-DSP:

Get repo:

see: http://source.android.com/source/downloading.html#installing-repo

mkdir ~/.bin
PATH=~/.bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+x ~/.bin/repo

Create the tree:

mkdir WORKING_DIRECTORY
cd WORKING_DIRECTORY
repo init -u https://github.com/musicdsp/manifest.git
repo sync -j8

Now all is done ...