forked from ReB2GOS/manifests
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathonyx.xml
More file actions
83 lines (71 loc) · 4.93 KB
/
onyx.xml
File metadata and controls
83 lines (71 loc) · 4.93 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="base-q.xml"/>
<remote name="github" fetch="https://github.com" />
<remote name="lemon" fetch="https://github.com/Pie-onyx" revision="aosp-10.0" />
<remote name="reb2g" fetch="https://github.com/ReB2GOS/" />
<remote name="ustc" fetch="git://mirrors.ustc.edu.cn/aosp" />
<default revision="refs/tags/android-10.0.0_r11"
remote="ustc"
sync-j="128" />
<!-- gonk mod -->
<remove-project name="platform_art" />
<remove-project name="platform_system_core" />
<remove-project name="platform_build" />
<remove-project name="platform_build_soong" />
<project name="ReB2GOS/platform_art" path="art" remote="github" revision="onyx"/>
<project name="ReB2GOS/system_core" path="system/core" remote="github" revision="gonk" />
<project path="build/make" name="ReB2GOS/build_make" groups="pdk" remote="github" revision="gonk-onyx" >
<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="ReB2GOS/build_soong" groups="pdk,tradefed" remote="github" revision="gonk-onyx" >
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
<!-- onyx mod -->
<remove-project name="platform/bionic" />
<remove-project name="platform/external/tinycompress" />
<remove-project name="platform/frameworks/native" />
<remove-project name="platform/frameworks/av" />
<remove-project name="platform/system/bt" />
<remove-project name="platform/hardware/libhardware" />
<remove-project name="platform/hardware/libhardware_legacy" />
<remove-project name="platform/external/selinux" />
<remove-project name="platform/external/linux-kselftest" />
<!-- add qcom -->
<project path="hardware/qcom/bootctrl" name="platform/hardware/qcom/bootctrl" groups="pdk-qcom" />
<project path="hardware/qcom/camera" name="platform/hardware/qcom/camera" groups="qcom_camera,pdk-qcom" />
<project path="hardware/qcom/data/ipacfg-mgr" name="platform/hardware/qcom/data/ipacfg-mgr" groups="qcom,pdk-qcom" />
<project path="hardware/qcom/gps" name="platform/hardware/qcom/gps" groups="qcom,qcom_gps,pdk-qcom" />
<project path="hardware/qcom/keymaster" name="platform/hardware/qcom/keymaster" groups="qcom,qcom_keymaster,pdk-qcom" />
<project path="vendor/qcom/opensource/audio" name="vendor_qcom_opensource_audio" remote="lemon" />
<project path="vendor/qcom/opensource/dataservices" name="vendor_qcom_opensource_dataservices" remote="lemon" />
<!-- add qcom for mam8974-->
<project path="hardware/qcom/display" name="hardware_qcom_display" groups="pdk-qcom,qcom,qcom_display" remote="lemon" revision="aosp-10.0_caf-8974" />
<project path="hardware/qcom/media" name="hardware_qcom_media" groups="qcom,pdk-qcom" remote="lemon" revision="aosp-10.0_caf-8974" />
<project path="hardware/qcom/wlan" name="hardware_qcom_wlan" groups="qcom_wlan,pdk-qcom" remote="lemon" revision="aosp-10.0_caf" />
<project path="hardware/qcom/bt" name="hardware_qcom_bt" groups="qcom,pdk-qcom" remote="lemon" revision="aosp-10.0_caf" />
<project path="hardware/qcom/audio" name="hardware_qcom_audio" groups="qcom,qcom_audio,pdk-qcom" remote="lemon" revision="aosp-10.0_caf-8974" />
<!-- onyx staff -->
<project path="bionic" name="bionic" groups="pdk" remote="lemon" />
<project path="frameworks/native" name="frameworks_native" groups="pdk" remote="lemon" />
<project path="frameworks/av" name="frameworks_av" groups="pdk" remote="lemon" />
<project path="system/bt" name="system_bt" groups="pdk" remote="lemon" />
<project path="hardware/libhardware" name="hardware_libhardware" groups="pdk" remote="lemon" />
<project path="hardware/libhardware_legacy" name="hardware_libhardware_legacy" groups="pdk" remote="lemon" />
<project path="external/selinux" name="external_selinux" groups="pdk" remote="lemon" />
<project path="external/sony/boringssl-compat" name="external_sony_boringssl-compat" remote="lemon" />
<project path="external/tinycompress" name="external_tinycompress" groups="pdk" remote="lemon" />
<!-- add onyx tree-->
<project path="patcher" name="patcher" remote="lemon" revision="master" />
<project path="vendor/lemon" name="vendor_lemon" remote="lemon" />
<project name="ReB2GOS/device_oneplus_onyx" path="device/oneplus/onyx" remote="github" revision="exp" />
<project name="ReB2GOS/kernel_oneplus_onyx" path="kernel/oneplus/onyx" remote="github" revision="lineage-17.0-sultan" depth="1" />
<project name="YumeMichi/vendor_oneplus_onyx" path="vendor/oneplus/onyx" remote="github" revision="lineage-17.0" depth="1" />
</manifest>