forked from Snuzzo/kernel_manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
29 lines (23 loc) · 797 Bytes
/
default.xml
File metadata and controls
29 lines (23 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="rk"
fetch="https://github.com/RenderKernels" />
<remote name="gh"
fetch="https://github.com/" />
<remote name="bb"
fetch="https://bitbucket.org/" />
<remote name="aosp"
fetch="https://android.googlesource.com" />
<default revision="lp5.1"
remote="rk"
sync-c="true"
sync-j="8" />
<project path="build" name="build">
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="android" name="kernel_manifests"/>
<project path="device/build/targets" name="build-targets"/>
<project path="vendor/render" name="vendor_render" >
<copyfile src="tools/buildzip.sh" dest="buildzip.sh" />
</project>
</manifest>