manifest: android-8.0.0_r30 -> android-8.1.0_r1 & lineage-15.0 -> lineage-15.1

Also switch to AOSP's versions of the following repos
 - external/libnetfilter_conntrack
 - external/libnfnetlink
 - system/hardware/interfaces
 - system/netd

Change-Id: I46fb1ef95cef62cc7f5f1600c3e578660f034e12
This commit is contained in:
Rashed Abdel-Tawab 2017-12-05 11:17:47 -08:00 committed by Michael Bestas
parent af1e86e66d
commit 27e09d67d0
3 changed files with 50 additions and 32 deletions

View file

@ -12,7 +12,7 @@ You can do this by using these commands:
(Go to repo you are patching, make your changes and commit)
lineagegerrit <for(new)/changes(patch set)> <branch/change-id>
repo start lineage-15.0 .
repo start lineage-15.1 .
(Make your changes and commit)
repo upload .
@ -33,7 +33,7 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
To initialize your local repository using the LineageOS trees, use a command like this:
repo init -u git://github.com/LineageOS/android.git -b lineage-15.0
repo init -u git://github.com/LineageOS/android.git -b staging/lineage-15.1
Then to sync up: