This is the portal of default manifest for DefDroid on AOSP tree 5.1.1_r3 release.
To get started with DefDroid, you need to get familiar with Git and Repo. To initialize a local repository of DefDroid, run the following command:
mkdir defdroid
cd defdroid
repo init -u https://github.com/DefDroid/android.git -b defdroid-5.1.1_r3
Then you can sync the local repository with
repo sync