This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 368
/
fairphone2.xml
51 lines (48 loc) · 4.08 KB
/
fairphone2.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="base-l-aosp.xml"/>
<default remote="caf" revision="LA.BF.1.1.1_rb1.18" sync-j="4"/>
<!-- Fairphone repos with specific changes -->
<remove-project name="platform_frameworks_native"/>
<project name="platform_frameworks_native" path="frameworks/native" remote="b2g" revision="b2g-fp2" />
<project name="codeaurora_kernel_msm" path="kernel" remote="b2g" revision="b2g-msm-fairphone2-3.4-lollipop" />
<remove-project name="platform_system_core" />
<project groups="pdk" name="platform_system_core" path="system/core" remote="b2g" revision="b2g-fp2-sibon" />
<remove-project name="platform_frameworks_av" />
<project name="platform_frameworks_av" path="frameworks/av" remote="b2g" revision="b2g-fp2-sibon" />
<remove-project name="platform/external/skia" />
<project groups="pdk-cw-fs,qcom_msm8x26" name="external_skia" path="external/skia" remote="b2g" revision="fp2-sibon" />
<project groups="pdk" name="platform_external_wpa_supplicant_8" path="external/wpa_supplicant_8" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_audio" path="hardware/qcom/audio" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_bt" path="hardware/qcom/bt" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_camera" path="hardware/qcom/camera" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_gps" path="hardware/qcom/gps" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_media" path="hardware/qcom/media" remote="b2g" revision="fp2-sibon" />
<project groups="qcom,default" name="hardware_qcom_wlan" path="hardware/qcom/wlan" remote="b2g" revision="fp2-sibon" />
<!-- CAF repos -->
<project groups="pdk" name="device/generic/common" path="device/generic/common" />
<project name="platform/vendor/qcom-opensource/bluetooth" path="vendor/qcom/opensource/bluetooth" />
<project name="platform/vendor/qcom-opensource/dpm" path="vendor/qcom/opensource/dpm" />
<project name="platform/vendor/qcom-opensource/fm" path="vendor/qcom/opensource/fm" />
<project name="platform/vendor/qcom-opensource/kernel/kernel-tests" path="vendor/qcom/opensource/kernel-tests" />
<project name="platform/vendor/qcom-opensource/stm-log" path="vendor/qcom/opensource/stm-log" />
<project name="platform/vendor/qcom-opensource/testframework" path="vendor/qcom/opensource/testframework" />
<project name="platform/vendor/qcom-opensource/time-services" path="vendor/qcom/opensource/time-services" />
<project name="platform/vendor/qcom-opensource/wlan/prima" path="vendor/qcom/opensource/wlan/prima" />
<project name="platform/system/qcom" path="system/qcom" />
<project name="platform/vendor/qcom/copper" path="device/qcom/msm8974" />
<project name="platform/vendor/qcom/msm8226" path="device/qcom/msm8226" />
<project name="platform/vendor/qcom/msm8610" path="device/qcom/msm8610" />
<project groups="pdk" name="platform/hardware/ril" path="hardware/ril" />
<project groups="pdk-cw-fs" name="platform/external/libxml2" path="external/libxml2" />
<project groups="qcom" name="platform/hardware/qcom/keymaster" path="hardware/qcom/keymaster" />
<project groups="qcom,default" name="platform/hardware/qcom/sensors" path="hardware/qcom/sensors" />
<project groups="qcom,default" name="platform/hardware/qcom/display" path="hardware/qcom/display" />
<!-- Device configuration -->
<project name="device-fairphone2" path="device/fairphone_devices/FP2" remote="b2g" revision="master" />
<project name="device_qcom_common" path="device/qcom/common" remote="b2g" revision="fp2-sibon" />
<project name="fairphone2_kernel_lk" path="bootable/bootloader/lk" remote="b2g" revision="fp2-sibon" />
<project groups="pdk" name="device/generic/goldfish" path="device/generic/goldfish" />
<project groups="pdk" name="device/generic/armv7-a-neon" path="device/generic/armv7-a-neon" />
<project name="device-qcom-sepolicy" path="device/qcom/sepolicy" remote="b2g" revision="master" />
</manifest>