manifest: add m2note local manifest

This commit is contained in:
Mister Oyster 2017-02-24 22:15:43 +01:00
commit 1e8f547c55
1 changed files with 13 additions and 0 deletions

13
m2note.xml Executable file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="git://github.com/" name="gh" />
<!-- LineageOS dependencies -->
<project path="external/stlport" name="LineageOS/android_external_stlport" revision="cm-14.1" />
<project path="packages/resources/devicesettings" name="LineageOS/android_packages_resources_devicesettings" revision="cm-14.1" />
<!-- M2 Note -->
<project name="Moyster/android_kernel_m2note" path="kernel/meizu/m2note" remote="gh" revision="ng-7" />
<project name="Moyster/android_vendor_meizu_m2note" path="vendor/meizu/m2note" remote="gh" revision="los-14.1" />
<project name="Moyster/nougat_device_meizu_m2note" path="device/meizu/m2note" remote="gh" revision="los-14.1" />
</manifest>