-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
clang-update-17.1.xml
52 lines (47 loc) · 2.12 KB
/
clang-update-17.1.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="prebuilts-lineage-18.1/clang/host/linux-x86"
name="platform/prebuilts/clang/host/linux-x86"
groups="pdk"
clone-depth="1"
remote="aosp"
revision="refs/tags/android-11.0.0_r46" >
<!-- Make the new version available alongside the default versions -->
<linkfile
src="clang-r383902b1"
dest="prebuilts/clang/host/linux-x86/clang-r383902b1" />
<!-- Replace unneeded, conflicting build scripts with empty ones -->
<!-- (repo manifest syntax has no way to delete or rename them) -->
<copyfile
src="clang-r383902b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-18.1/clang/host/linux-x86/Android.mk" />
<copyfile
src="clang-r383902b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-18.1/clang/host/linux-x86/Android.bp" />
<copyfile
src="clang-r383902b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-18.1/clang/host/linux-x86/soong/Android.bp" />
</project>
<project path="prebuilts-lineage-19.1/clang/host/linux-x86"
name="platform/prebuilts/clang/host/linux-x86"
groups="pdk"
clone-depth="1"
remote="aosp"
revision="refs/tags/android-12.1.0_r22" >
<!-- Make the new version available alongside the default versions -->
<linkfile
src="clang-r416183b1"
dest="prebuilts/clang/host/linux-x86/clang-r416183b1" />
<!-- Replace unneeded, conflicting build scripts with empty ones -->
<!-- (repo manifest syntax has no way to delete or rename them) -->
<copyfile
src="clang-r416183b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-19.1/clang/host/linux-x86/Android.mk" />
<copyfile
src="clang-r416183b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-19.1/clang/host/linux-x86/Android.bp" />
<copyfile
src="clang-r416183b1/MODULE_LICENSE_MIT"
dest="prebuilts-lineage-19.1/clang/host/linux-x86/soong/Android.bp" />
</project>
</manifest>