-
Notifications
You must be signed in to change notification settings - Fork 7
/
cygnus.xml
100 lines (88 loc) · 6.18 KB
/
cygnus.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Manifest -->
<project path="manifest" name="manifest" remote="cygnus" />
<!-- Build and Core -->
<remove-project name="platform/build_repo" />
<project path="build/make" name="build" remote="cygnus" >
<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>
<remove-project name="platform/build/soong" />
<project path="build/soong" name="build_soong" remote="cygnus" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<remove-project name="platform/bionic" />
<project path="bionic" name="bionic" remote="cygnus" />
<remove-project name="platform/frameworks/base" />
<project path="frameworks/base" name="frameworks_base" remote="cygnus" />
<remove-project name="platform/frameworks/opt/telephony" />
<project path="frameworks/opt/telephony" name="frameworks_opt_telephony" remote="cygnus" />
<remove-project name="platform/system/sepolicy" />
<project path="system/sepolicy" name="system_sepolicy" remote="cygnus" />
<!-- Prebuilts (Cygnus) -->
<project path="tools/extract-utils" name="tools_extract-utils" remote="cygnus" />
<!-- Vendor (Cygnus) -->
<project path="vendor/cygnus" name="vendor_cygnus" remote="cygnus" />
<project path="vendor/prebuilts" name="vendor_prebuilts" remote="cygnus" />
<project path="vendor/gms" name="cygnus-rom/vendor_gms" remote="gitlab" revision="caf-13" clone-depth="1" />
<project path="vendor/cygnus-overlays" name="vendor_cygnus-overlays" remote="cygnus" />
<project path="vendor/qcom/common" name="ThankYouMario/proprietary_vendor_qcom_common" remote="github" revision="topaz" />
<!-- Vendor (QCOM) -->
<remove-project name="platform/vendor/qcom-opensource/data-ipa-cfg-mgr" />
<project path="vendor/qcom/opensource/data-ipa-cfg-mgr" name="vendor_qcom_opensource_data-ipa-cfg-mgr" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/lights" />
<project path="vendor/qcom/opensource/lights" name="vendor_qcom_opensource_lights" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/power" />
<project path="vendor/qcom/opensource/power" name="vendor_qcom_opensource_power" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/system/bt" />
<project path="vendor/qcom/opensource/commonsys/system/bt" name="vendor_qcom_opensource_commonsys_system_bt" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/bluetooth-commonsys-intf" />
<project path="vendor/qcom/opensource/commonsys-intf/bluetooth" name="vendor_qcom_opensource_commonsys-intf_bluetooth" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/packages/apps/Bluetooth" />
<project path="vendor/qcom/opensource/commonsys/packages/apps/Bluetooth" name="vendor_qcom_opensource_commonsys_packages_apps_Bluetooth" remote="cygnus" />
<project path="vendor/qcom/sdclang" name="ThankYouMario/proprietary_vendor_qcom_sdclang" remote="github" revision="disabled" />
<remove-project name="platform/vendor/qcom-opensource/vibrator" />
<project path="vendor/qcom/opensource/vibrator" name="vendor_qcom_opensource_vibrator" remote="cygnus" />
<remove-project name="platform/vendor/qcom-opensource/display-commonsys-intf" />
<project path="vendor/qcom/opensource/commonsys-intf/display" name="vendor_qcom_opensource_commonsys-intf_display" remote="cygnus" />
<!-- Device -->
<remove-project name="device/qcom/common" />
<project path="device/qcom/common" name="device_qcom_common" remote="cygnus" />
<remove-project name="device/qcom/sepolicy" />
<project path="device/qcom/sepolicy" name="device_qcom_sepolicy" remote="cygnus"/>
<remove-project name="device/qcom/sepolicy_vndr" />
<project path="device/qcom/sepolicy_vndr" name="device_qcom_sepolicy_vndr" remote="cygnus"/>
<project path="device/cygnus/common" name="device_cygnus_common" remote="cygnus"/>
<!-- GCC -->
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9" remote="cygnus" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="prebuilts_gcc_linux-x86_arm_arm-linux-androideabi-4.9" remote="cygnus" />
<!-- External -->
<remove-project name="platform/external/chromium-webview" />
<project clone-depth="1" name="platform/external/chromium-webview" path="external/chromium-webview" remote="aosp" />
<remove-project name="platform/external/libavc" />
<project path="external/libavc" name="platform/external/libavc" remote="aosp" />
<project path="external/tinyxml" name="external_tinyxml" remote="cygnus" />
<remove-project name="platform/external/wpa_supplicant_8" />
<project path="external/wpa_supplicant_8" name="external_wpa_supplicant_8" remote="cygnus" />
<project path="packages/modules/IntentResolver" name="platform/packages/modules/IntentResolver" remote="aosp" />
<!-- Platform Testing (AOSP) -->
<remove-project name="platform/platform_testing" />
<project path="platform_testing" name="platform/platform_testing" remote="aosp" />
<!-- Hardware -->
<remove-project name="platform/hardware/interfaces" />
<project path="hardware/interfaces" name="hardware_interfaces" remote="cygnus" />
<remove-project name="device/qcom/vendor-common" />
<project path="device/qcom/vendor-common" name="AOSPA/android_device_qcom_vendor-common" remote="github" revision="topaz" />
<!-- Packages -->
<remove-project name="platform/packages/apps/Settings" />
<project path="packages/apps/Settings" name="packages_apps_Settings" remote="cygnus" />
<project path="packages/apps/Spaceship" name="packages_apps_Spaceship" remote="cygnus" />
<project path="packages/apps/FaceUnlockService" name="packages_apps_FaceUnlockService" remote="cygnus" />
<project path="external/faceunlock" name="cygnus-rom/external_faceunlock" remote="gitlab" revision="caf-13" />
</manifest>