-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage.xml
32 lines (30 loc) · 2.07 KB
/
lineage.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="los"
fetch="git://github.com/LineageOS"
revision="lineage-18.1" />
<remote name="sxyz"
fetch="https://github.com/sfierxyz"
revision="Rika-ez" />
<project path="vendor/qcom/opensource/commonsys-intf/bluetooth" name="android_vendor_qcom_opensource_bluetooth-commonsys-intf" remote="los" />
<project path="vendor/qcom/opensource/commonsys/bluetooth_ext" name="android_vendor_qcom_opensource_bluetooth_ext" remote="los"/>
<project path="vendor/qcom/opensource/commonsys/packages/apps/Bluetooth" name="android_vendor_qcom_opensource_packages_apps_Bluetooth" remote="los"/>
<project path="vendor/qcom/opensource/commonsys/system/bt" name="android_vendor_qcom_opensource_system_bt" remote="los"/>
<project path="external/ant-wireless/antradio-library" name="android_external_ant-wireless_antradio-library" remote="los" />
<remove-project name="platform_vendor_qcom_opensource_interfaces" />
<project path="vendor/qcom/opensource/interfaces" name="android_vendor_qcom_opensource_interfaces" remote="los" />
<remove-project name="platform/packages/services/Telecomm" />
<project path="packages/services/Telecomm" name="packages_services_Telecomm" remote="sxyz" />
<remove-project name="platform/packages/apps/Bluetooth" />
<project path="packages/apps/Bluetooth" name="android_packages_apps_Bluetooth" remote="los" />
<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="sxyz" />
<remove-project name="platform_build" />
<project path="build/make" name="build_make" remote="sxyz" />
<remove-project name="platform_build_soong" />
<project path="build/soong" name="build_soong" remote="sxyz" />
<remove-project name="platform/system/bt" />
<project path="system/bt" name="android_system_bt" remote="los" />
<remove-project name="platform/system/media" />
<project path="system/media" name="system_media" remote="sxyz" />
</manifest>