-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault.xml
More file actions
20 lines (17 loc) · 716 Bytes
/
default.xml
File metadata and controls
20 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gh"
fetch="https://github.com/" />
<remote name="bb"
fetch="https://bitbucket.org/" />
<default revision="master"
remote="gh"
sync-j="4"
sync-c="true" />
<project path="manifest" name="Dr-Shadow/android_kernel_mt6589_manifest" />
<project path="kernel" name="Dr-Shadow/android_kernel_mt6589" />
<project path="ramdisk" name="Dr-Shadow/ramdisk" remote="bb" />
<project path="toolchain/arm-eabi-4.8" name="Dr-Shadow/arm-eabi-4.8" />
<project path="mtk-tools" name="Dr-Shadow/mtk-tools" />
<project path="scripts" name="Dr-Shadow/android_kernel_mt6589_scripts" />
</manifest>