forked from P-404/android_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
30 lines (23 loc) · 820 Bytes
/
Copy pathdefault.xml
File metadata and controls
30 lines (23 loc) · 820 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
30
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP -->
<remote name="aosp"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-11.0.0_r31"/>
<!-- CAF -->
<remote name="caf_system"
fetch="https://source.codeaurora.org/quic/la"
review="codeaurora.org"/>
<remote name="caf_vendor"
fetch="https://source.codeaurora.org/quic/la"
review="codeaurora.org"
revision="refs/tags/LA.UM.9.12.r1-09000-SMxx50.0"/>
<default revision="refs/tags/LA.QSSI.11.0.r1-11100.01-qssi.0"
remote="caf_system"/>
<include name="system.xml"/>
<include name="vendor.xml"/>
<!-- 404 -->
<include name="404.xml"/>
<include name="obsolete.xml"/>
</manifest>