forked from cm13-microG/local_manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup_osprey.xml
28 lines (25 loc) · 1.1 KB
/
setup_osprey.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- 'roomservices.xml' is automatically (re-)built, so the local manifests
are built assuming that a 'roomservices.xml' exists.
Since local manifests are processed in alphabetical order, manifests
replacing stuff in 'roomservices.xml' must be named to come afterwards. -->
<!-- Linaro arm 7.5.0 GCC cross-compiler for Kernel -->
<!--
<remote name="sourceforge" fetch="https://[email protected]" />
<project name="p/lin14-mgoms/code" remote="sourceforge" revision="7.5.0"
path="prebuilts/gcc/linux-x86/arm/arm-linux-gnueabi" />
-->
<!-- MSM8916 N 'Squid-Kernel' -->
<!--
<remove-project name="LineageOS/android_kernel_motorola_msm8916" />
<project name="lin14-mGoms/android_kernel_motorola_msm8916"
path="kernel/motorola/msm8916"
remote="github" revision="mse_v2" />
-->
<!-- Own Device config -->
<!--
<remove-project name="LineageOS/android_device_motorola_osprey" />
<project name="lin14-mGoms/android_device_motorola_osprey" path="device/motorola/osprey" />
-->
</manifest>