forked from AI2202/local_manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdavinci.xml
33 lines (27 loc) · 2.28 KB
/
davinci.xml
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
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="Edward-Projects"
fetch="ssh://[email protected]/Edward-Projects"
sync-c="true"
sync-tags="false"
revision="tsukasa" />
<!-- Device -->
<project name="android_device_asus_davinci" path="device/asus/davinci" remote="Edward-Projects" revision="tsukasa"/>
<!-- Kernel -->
<project name="AOSPA/android_kernel_asus_sm8475" path="kernel_platform/msm-kernel" remote="github" revision="topaz">
<linkfile dest="kernel_platform/common/build.config.msm.waipio" src="build.config.msm.waipio"/>
</project>
<!-- Kernel (DTS) -->
<project name="AOSPA/kernel_qcom_proprietary" path="kernel_platform/qcom/proprietary" remote="github" revision="topaz-asus-davinci">
<linkfile dest="kernel_platform/msm-kernel/arch/arm64/boot/dts/vendor" src="devicetree" />
</project>
<project name="AOSPA/vendor_qcom_proprietary_audio-devicetree" path="vendor/qcom/proprietary/audio-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_proprietary_camera-devicetree" path="vendor/qcom/proprietary/camera-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_proprietary_cvp-devicetree" path="vendor/qcom/proprietary/cvp-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_proprietary_display-devicetree" path="vendor/qcom/proprietary/display-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_proprietary_mmrm-devicetree" path="vendor/qcom/proprietary/mmrm-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_proprietary_video-devicetree" path="vendor/qcom/proprietary/video-devicetree" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_opensource_camera-kernel" path="vendor/qcom/opensource/camera-kernel" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_opensource_display-drivers" path="vendor/qcom/opensource/display-drivers" remote="github" revision="topaz-asus-davinci" />
<project name="AOSPA/vendor_qcom_opensource_audio-kernel-ar" path="vendor/qcom/opensource/audio-kernel" remote="github" revision="topaz-asus-davinci" />
</manifest>