-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoto-common.xml
24 lines (23 loc) · 882 Bytes
/
moto-common.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="moto-common"
fetch="https://github.com/moto-common/" />
<remote name="aospa"
fetch="https://github.com/AOSPA/" />
<remote name="aospa-vendor"
fetch="https://github.com/ThankYouMario/" />
<remote name="moto-common-vendor"
fetch="https://git.libremobileos.com/electimon/" />
<!-- CLO -->
<remote name="clo-la"
fetch="https://git.codelinaro.org/clo/la"
sync-c="true"
sync-tags="false" />
<!-- moto-common main tree -->
<include name="local_manifests/fragments/common.xml"/>
<!-- misc trees -->
<include name="local_manifests/fragments/misc.xml"/>
<!-- soc specific trees -->
<include name="local_manifests/fragments/soc/mtk.xml"/>
<include name="local_manifests/fragments/soc/qcom.xml"/>
</manifest>