Update README.md

This commit is contained in:
Shakthivel Nadar 2019-07-07 12:25:25 +05:30 committed by GitHub
parent e4538428d3
commit f5a885591e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 4 deletions

View File

@ -1,5 +1,32 @@
## jfltexx
repopick -f 250250 250445
## jfvelte
## Important for jfvelte
repopick 250445
LineageOS 16.0 for jfvelte
---------------
To get started with Android, you'll need to get
familiar with [Git and Repo](http://source.android.com/source/using-repo.html).
To initialize your local repository using our trees, use a command like this:
```
1. mkdir -p InFusionX-i9515 && cd InFusionX-i9515
2. Initialize your local repository using the LineageOS trees with a command
repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
3. Clone this repo:
git clone git://github.com/team-infusion-developers/android_local_manifest_jfvelte.git -b lineage-16.0
4. Sync LineageOS trees:
repo sync --no-tags --no-clone-bundle --force-sync -c -j8
Building
---------------
6. To build:
. build/envsetup.sh
lunch lineage_jfvelte-userdebug
make -j8 bacon
```