blob: ea34c87eb872f49b2166ba22b823ad8b240d5c47 [file] [log] [blame]
Bharatheb076c92024-11-29 22:46:29 +05301<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Alexander Martinz4cfa6af2024-12-05 08:06:56 +01003 <!-- Manifest -->
4 <project path="android" name="SHIFTPHONES/android" groups="shift" remote="shift" />
Bharatheb076c92024-11-29 22:46:29 +05305
Alexander Martinz1eeb5ce2024-12-05 10:44:55 +01006 <!-- Build -->
7 <project path="build/make" name="SHIFTPHONES/android_build" remote="shift">
8 <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
9 <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
10 <linkfile src="core" dest="build/core" />
11 <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
12 <linkfile src="target" dest="build/target" />
13 <linkfile src="tools" dest="build/tools" />
14 </project>
15 <project path="build/release" name="SHIFTPHONES/android_build_release" remote="shift" />
16 <project path="build/soong" name="SHIFTPHONES/android_build_soong" remote="shift">
17 <linkfile src="root.bp" dest="Android.bp" />
18 <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
19 </project>
20
Bharatheb076c92024-11-29 22:46:29 +053021 <!-- Device -->
Alexander Martinz52712ef2024-12-05 09:03:43 +010022 <project path="device/shift/axolotl" name="SHIFTPHONES/android_device_shift_axolotl" remote="shift" />
23 <project path="device/shift/axolotl/shiftos" name="SHIFTPHONES/android_device_shift_axolotl-shiftos" remote="shift" />
24 <project path="device/shift/otter" name="SHIFTPHONES/android_device_shift_otter" remote="shift" />
25 <project path="device/shift/otter/shiftos" name="SHIFTPHONES/android_device_shift_otter-shiftos" remote="shift" />
Bharatheb076c92024-11-29 22:46:29 +053026
27 <!-- Kernel -->
Alexander Martinz52712ef2024-12-05 09:03:43 +010028 <project path="kernel/shift/qcm6490" name="LineageOS/android_kernel_shift_qcm6490" />
29 <project path="kernel/shift/sdm845" name="SHIFTPHONES/android_kernel_shift_sdm845" remote="shift" />
Bharatheb076c92024-11-29 22:46:29 +053030
31 <!-- Vendor - proprietary -->
Alexander Martinz52712ef2024-12-05 09:03:43 +010032 <project path="vendor/shift/axolotl" name="SHIFTPHONES/android_vendor_shift_axolotl" remote="shift" />
33 <project path="vendor/shift/otter" name="SHIFTPHONES/android_vendor_shift_otter" remote="shift" />
Bharatheb076c92024-11-29 22:46:29 +053034</manifest>