forked from StatiXOS/android_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinclude.xml
135 lines (111 loc) · 7.12 KB
/
include.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Github -->
<remote name="github"
fetch="https://github.com/" />
<!-- GitHub (StatiXOS) -->
<remote name="statix"
revision="vic"
fetch="https://github.com/StatiXOS/" />
<!-- GitHub (statix-leddaz) -->
<remote name="stx-leddaz"
revision="vic-qpr1"
fetch="https://github.com/statix-leddaz/" />
<!-- GitHub (statix-leddaz-priv) -->
<remote name="stx-leddaz-priv"
revision="vic-qpr1"
fetch="ssh://[email protected]/statix-leddaz" />
<!-- GitHub (STX-Staging) -->
<remote name="statix-staging"
revision="vic-qpr1"
fetch="https://github.com/stx-staging/" />
<!-- GitLab -->
<remote name="gitlab"
fetch="https://gitlab.com/" />
<!-- Gitea -->
<remote name="gitea"
fetch="https://git.keksla.wtf/" />
<!-- ART -->
<project path="art" name="android_art" remote="statix-staging" />
<!-- Bionic-->
<project path="bionic" name="android_bionic" remote="statix-staging" />
<!-- Build -->
<project path="build/make" name="android_build" remote="statix-staging" 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="android_build_soong" remote="stx-leddaz" groups="pdk,tradefed" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<project path="build/release" name="android_build_release" remote="stx-leddaz" groups="pdk,tradefed" />
<!-- Device -->
<project path="device/manifests" name="android_device_manifests" remote="stx-leddaz" revision="vic">
<linkfile src="build.sh" dest="build.sh" />
</project>
<project path="device/statix/sepolicy" name="android_device_statix_sepolicy" remote="statix" />
<!-- External -->
<project path="external/gptfdisk" name="android_external_gptfdisk" remote="statix-staging" />
<project path="external/mksh" name="android_external_mksh" remote="statix" />
<project path="external/tinycompress" name="android_external_tinycompress" remote="statix" />
<project path="external/e2fsprogs" name="android_external_e2fsprogs" remote="statix-staging" />
<project path="external/wpa_supplicant_8" name="android_external_wpa_supplicant_8" remote="statix-staging" />
<!-- Frameworks -->
<project path="frameworks/av" name="android_frameworks_av" remote="statix-staging" />
<project path="frameworks/base" name="LeddaZ/frameworks_base" remote="gitea" revision="vic-qpr1" />
<project path="frameworks/native" name="android_frameworks_native" remote="statix-staging" />
<!-- Google Mobile Services -->
<project path="vendor/gms" name="StatiXOS/google-mobile-services" remote="gitea" revision="vic-qpr1" clone-depth="1" />
<!-- Hardware -->
<project path="hardware/interfaces" name="android_hardware_interfaces" remote="statix-staging" />
<project path="hardware/libhardware" name="android_hardware_libhardware" remote="statix-staging" />
<project path="hardware/nxp/nfc" name="android_hardware_nxp_nfc" remote="statix-staging" />
<project path="hardware/statix/compat" name="android_hardware_statix_compat" remote="statix" />
<project path="hardware/statix/interfaces" name="android_hardware_statix_interfaces" remote="statix" />
<!-- Manifest -->
<project path="manifest" name="android_manifest" remote="stx-leddaz" />
<!-- NXP -->
<project path="vendor/nxp/nfc" name="android_vendor_nxp_nfc" remote="statix" revision="tm"/>
<project path="vendor/nxp/opensource/interfaces/nfc" name="android_vendor_nxp_interfaces_opensource_nfc" remote="statix" revision="tm" />
<project path="vendor/nxp/opensource/commonsys/external/libnfc-nci" name="android_vendor_nxp_opensource_external_libnfc-nci" remote="statix" revision="tm" />
<project path="vendor/nxp/opensource/commonsys/frameworks" name="android_vendor_nxp_opensource_frameworks" remote="statix" revision="tm" />
<project path="vendor/nxp/secure_element" name="android_vendor_nxp_secure_element" remote="statix" revision="tm" />
<project path="vendor/nxp/secure_element_extns" name="android_vendor_nxp_secure_element_extns" remote="statix" revision="tm" />
<!-- Packages -->
<project path="packages/apps/Aperture" name="android_packages_apps_Aperture" remote="statix" />
<project path="packages/apps/BtHelper" name="android_packages_apps_BtHelper" remote="statix" />
<project path="packages/apps/Launcher3" name="android_packages_apps_Launcher3" remote="statix-staging" />
<project path="packages/apps/Settings" name="android_packages_apps_Settings" remote="statix-staging" />
<project path="packages/apps/ThemePicker" name="android_packages_apps_ThemePicker" remote="statix-staging" />
<project path="packages/apps/Statix/ColorStub" name="android_packages_apps_Statix_ColorStub" remote="statix" />
<project path="packages/apps/Statix/Launcher" name="android_packages_apps_Statix_Launcher" remote="statix-staging" />
<project path="packages/apps/Statix/Settings" name="android_packages_apps_Statix_Settings" remote="statix-staging" />
<project path="packages/apps/Statix/SystemUI" name="android_packages_apps_Statix_SystemUI" remote="stx-leddaz" />
<project path="packages/apps/Statix/Wallpapers" name="android_packages_apps_Statix_Wallpapers" remote="statix" />
<project path="packages/apps/WallpaperPicker2" name="android_packages_apps_WallpaperPicker2" remote="statix-staging" />
<project path="packages/modules/Bluetooth" name="android_packages_modules_Bluetooth" remote="statix-staging" />
<project path="packages/resources/devicesettings" name="android_packages_resources_devicesettings" remote="statix" />
<!-- Platform Testing -->
<project path="platform_testing" name="android_platform_testing" remote="statix-staging" />
<!-- Prebuilts -->
<project path="prebuilts/extract-tools" name="android_prebuilts_extract-tools" remote="statix" clone-depth="1" />
<!-- Recovery -->
<project path="bootable/recovery" name="android_bootable_recovery" remote="statix-staging" />
<!-- System -->
<project path="system/core" name="android_system_core" remote="statix-staging" />
<project path="system/libhidl" name="android_system_libhidl" remote="statix-staging" />
<project path="system/sepolicy" name="android_system_sepolicy" remote="statix-staging" />
<!-- Tools -->
<project path="tools/extract-utils" name="android_tools_extract-utils" remote="statix" />
<!-- Vendor -->
<project path="vendor/google/interfaces" name="android_vendor_google_interfaces" remote="statix" />
<project path="vendor/statix" name="android_vendor_statix-priv" remote="stx-leddaz-priv" revision="vic-qpr1-priv">
<linkfile src="build/stop_scan.mk" dest="kernel/Android.mk" />
</project>
<project path="vendor/statix-prebuilts" name="android_vendor_statix-prebuilts" remote="statix-staging" />
</manifest>