This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
forked from StyxProject/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
valhalla.xml
110 lines (93 loc) · 6.27 KB
/
valhalla.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- GitHub
(Styx) -->
<remote name="styx" revision="vic" fetch="https://github.com/StyxProject/" />
<remote name="valhalla1" revision="vic" fetch="https://github.com/Android-Valhalla" />
<remote name="valhalla2" revision="fifteen" fetch="https://github.com/Android-Valhalla" />
<remote name="valhalla3" revision="fourteen" fetch="https://github.com/Android-Valhalla" />
<project path="bionic" name="bionic" remote="styx" />
<!-- Build -->
<project path="build/make" name="build" remote="styx" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
<linkfile src="core" dest="build/core" />
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
<linkfile src="target" dest="build/target" />
<linkfile src="tools" dest="build/tools" />
</project>
<project path="build/soong" name="build_soong" remote="styx" groups="pdk,tradefed" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<!-- Hardware Abstraction Layers -->
<project path="hardware/qcom-caf/common" name="hardware_qcom-caf_common" groups="qcom" remote="styx" >
<!-- add guard for AOSP hardware/qcom dir -->
<linkfile src="os_pickup_aosp.mk" dest="hardware/qcom/Android.mk" />
<!-- add guards for CAF repositories -->
<linkfile src="os_pickup_sepolicy_vndr.mk" dest="device/qcom/sepolicy_vndr/SEPolicy.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/msm8953/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/msm8953/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom-caf/msm8996/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/msm8996/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom-caf/msm8998/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/msm8998/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sdm660/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sdm660/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sdm845/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sdm845/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sm8150/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sm8150/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sm8250/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sm8250/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sm8350/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sm8350/Android.mk" />
<linkfile src="os_pickup_audio-ar.mk" dest="hardware/qcom-caf/sm8450/audio/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sm8450/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sm8450/Android.mk" />
<linkfile src="os_pickup_audio-ar.mk" dest="hardware/qcom-caf/sm8550/audio/Android.mk" />
<linkfile src="os_pickup_qssi.bp" dest="hardware/qcom-caf/sm8550/Android.bp" />
<linkfile src="os_pickup.mk" dest="hardware/qcom-caf/sm8550/Android.mk" />
</project>
<project path="hardware/qcom-caf/sm8150/audio" name="hardware_qcom_audio" groups="qcom,msmnile" revision="vic-8150-caf" remote="styx" />
<project path="hardware/qcom-caf/sm8150/display" name="hardware_qcom_display" groups="qcom" revision="vic-8150-caf" remote="styx" />
<project path="hardware/qcom-caf/sm8150/media" name="hardware_qcom_media" groups="qcom,msmnile" revision="vic-8150-caf" remote="styx" />
<project path="hardware/qcom-caf/wlan" name="hardware_qcom_wlan" groups="qcom,kailua-vendor" remote="styx" />
<!-- Device -->
<project path="device/lineage/sepolicy" name="device_lineage_sepolicy" remote="styx" />
<!-- External -->
<project path="external/dtc" name="external_dtc" remote="styx" />
<project path="external/e2fsprogs" name="external_e2fsprogs" remote="styx" />
<project path="external/gptfdisk" name="external_gptfdisk" remote="styx" />
<project path="external/mksh" name="external_mksh" remote="styx" />
<project path="external/tinycompress" name="external_tinycompress" remote="styx" />
<!-- Frameworks -->
<project path="frameworks/base" name="frameworks_base" remote="styx" />
<project path="frameworks/native" name="frameworks_native" remote="styx" />
<!-- Hardware -->
<project path="hardware/interfaces" name="hardware_interfaces" remote="styx" />
<project path="hardware/libhardware" name="hardware_libhardware" remote="styx" />
<project path="hardware/google/pixel" name="hardware_google_pixel" remote="styx" />
<project path="hardware/lineage/compat" name="hardware_lineage_compat" remote="styx" />
<project path="hardware/lineage/interfaces" name="hardware_lineage_interfaces" remote="styx" />
<!-- Packages -->
<project path="packages/apps/Launcher3" name="packages_apps_Launcher3" remote="valhalla2" />
<project path="packages/apps/Settings" name="packages_apps_Settings" remote="valhalla1" />
<project path="packages/modules/Connectivity" name="packages_modules_Connectivity" remote="valhalla2" />
<!-- Recovery -->
<project path="bootable/recovery" name="bootable_recovery" remote="styx" />
<project path="bootable/deprecated-ota" name="bootable_deprecated-ota" remote="styx" />
<!-- Gulag -->
<project path="vendor/google/pixel" name="vendor_google_pixel" remote="valhalla3" />
<project path="vendor/google/gms" name="vendor_google_gms" remote="valhalla2" />
<!-- System -->
<project path="system/core" name="system_core" remote="styx" />
<project path="system/libhidl" name="system_libhidl" remote="styx" />
<project path="system/sepolicy" name="system_sepolicy" remote="styx" />
<project path="system/security" name="system_security" remote="styx" />
<project path="system/vold" name="system_vold" remote="styx" />
<!-- Vendor -->
<project path="vendor/styx" name="vendor_styx" remote="valhalla1" />
<project path="vendor/qcom/opensource/data-ipa-cfg-mgr-legacy-um" name="vendor_qcom-opensource_data-ipa-cfg-mgr-legacy-um" remote="styx" />
</manifest>