Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 485 Bytes

File metadata and controls

16 lines (14 loc) · 485 Bytes

DefDroid

This is the portal of default manifest for DefDroid on AOSP tree 5.1.1_r3 release.

Getting Started

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