-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathOurs.xml
71 lines (65 loc) · 4.7 KB
/
Ours.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Github remote -->
<remote name="github"
fetch="https://github.com/" />
<remote name="ours"
fetch="https://github.com/AOSP-CAF-MSM8916/"
revision="pie-caf" />
<remote name="los"
fetch="https://github.com/LineageOS/"
revision="lineage-16.0"/>
<remote name="wip"
fetch="http://github.com/Project-OneOS/"
revision="pie" />
<project path="packages/resources/devicesettings" name="android_packages_resources_devicesettings" groups="pdk-fs" remote="los"/>
<project path="build/make" name="build_make" groups="pdk" remote="wip" >
<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" groups="pdk,tradefed" remote="wip" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<project path="bionic" name="bionic" groups="pdk" remote="ours"/>
<project path="bootable/recovery" name="bootable_recovery" groups="pdk" remote="ours"/>
<project path="device/qcom/common" name="device_qcom_common" remote="ours" />
<project path="external/selinux" name="external_selinux" groups="pdk" remote="ours"/>
<project path="external/ant-wireless/antradio-library" name="android_external_ant-wireless_antradio-library" remote="los" />
<project path="frameworks/av" name="frameworks_av" groups="pdk" remote="wip"/>
<project path="frameworks/base" name="frameworks_base" groups="pdk-cw-fs,pdk-fs" remote="wip"/>
<project path="frameworks/native" name="frameworks_native" groups="pdk" remote="wip"/>
<project path="frameworks/opt/telephony" name="frameworks_opt_telephony" groups="pdk" remote="ours"/>
<project path="hardware/libhardware" name="hardware_libhardware" groups="pdk" remote="ours"/>
<project path="hardware/qcom/audio-caf/msm8916" name="hardware_qcom_audio-caf_msm8916" remote="ours" />
<project path="hardware/qcom/bt" name="hardware_qcom_bt" remote="ours" />
<project path="hardware/qcom/display-caf/msm8916" name="hardware_qcom_display-caf_msm8916" remote="ours" />
<project path="hardware/qcom/media-caf/msm8916" name="hardware_qcom_media-caf_msm8916" remote="ours" />
<project path="hardware/qcom/power" name="hardware_qcom_power" remote="ours"/>
<project path="hardware/interfaces" name="hardware_interfaces" remote="ours"/>
<project path="hardware/ril" name="hardware_ril" groups="pdk" remote="ours"/>
<project path="packages/apps/Settings" name="packages_apps_Settings" groups="pdk-cw-fs,pdk-fs" remote="wip" />
<project path="packages/apps/Launcher3" name="packages_apps_Launcher3" groups="pdk-cw-fs,pdk-fs" remote="ours" revision="pie" />
<project path="packages/apps/Aurora" name="packages_apps_Aurora" groups="pdk-cw-fs,pdk-fs" remote="ours" revision="pie-aurora" />
<project path="packages/apps/Updater" name="packages_apps_Updater" groups="pdk-cw-fs,pdk-fs" remote="ours" revision="pie" />
<project path="packages/providers/MediaProvider" name="packages_providers_MediaProvider" groups="pdk-cw-fs,pdk-fs" remote="ours" />
<project path="packages/services/Telephony" name="packages_services_Telephony" groups="pdk-cw-fs,pdk-fs" remote="ours"/>
<project path="packages/services/Telecomm" name="packages_services_Telecomm" groups="pdk-cw-fs,pdk-fs" remote="ours"/>
<project path="prebuilts/build-tools" name="prebuilts_build-tools" remote="ours" />
<project path="system/bt" name="system_bt" groups="pdk" remote="ours"/>
<project path="system/core" name="platform_system_core" groups="pdk" remote="ours"/>
<project path="system/sepolicy" name="system_sepolicy" groups="pdk" remote="ours"/>
<project path="system/vold" name="system_vold" groups="pdk" remote="ours"/>
<project path="vendor/codeaurora/commonsys/telephony" name="vendor_codeaurora_commonsys_telephony" remote="ours" />
<project path="vendor/qcom/opensource/commonsys/bluetooth" name="vendor_qcom_opensource_commonsys_bluetooth" remote="ours" />
<project path="vendor/qcom/opensource/commonsys/bluetooth_ext" name="vendor_qcom_opensource_commonsys_bluetooth_ext" remote="ours" />
<project path="vendor/qcom/opensource/commonsys/system/bt" name="vendor_qcom_opensource_commonsys_system_bt" remote="ours" />
<project path="vendor/qcom/opensource/power" name="vendor_qcom_opensource_power" remote="wip" revesion="pie-caf" />
<project path="vendor/oneos" name="vendor_oneos" remote="wip" />
<project path="system/tools/dtbtool" name="android_system_tools_dtbtool" remote="los"/>
</manifest>