-
Notifications
You must be signed in to change notification settings - Fork 23
/
default.xml
63 lines (52 loc) · 3.57 KB
/
default.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Base manifest -->
<include name="lineage/default.xml" />
<include name="snippets/overrides.xml" />
<remote name="maruos"
fetch="https://github.com/maruos"
revision="maru-0.7" />
<project path="build/make" name="android_platform_build" remote="maruos" groups="pdk" >
<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="external/lxc" name="platform_external_lxc" remote="maruos" />
<project path="frameworks/base" name="android_platform_frameworks_base" groups="pdk-cw-fs,pdk-fs" remote="maruos" />
<project path="frameworks/native" name="android_platform_frameworks_native" groups="pdk" remote="maruos" />
<project path="packages/apps/Launcher3" name="platform/packages/apps/Launcher3" groups="pdk-fs" remote="aosp" />
<project path="packages/apps/LineageParts" name="android_packages_apps_LineageParts" remote="maruos" />
<project path="prebuilts/busybox" name="platform_prebuilts_busybox" remote="maruos" revision="master" />
<project path="vendor/maruos" name="vendor_maruos" remote="maruos" />
<project path="vendor/maruos/mflinger" name="mflinger" remote="maruos" />
<project path="vendor/maruos/blueprints" name="blueprints" remote="maruos" revision="master" />
<project path="vendor/maruos/installer" name="installer" remote="maruos" revision="master" />
<project path="vendor/maruos/packages/apps/MaruSettings" name="vendor_maruos_packages_apps_MaruSettings" remote="maruos" />
<!-- Devices -->
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" revision="lineage-16.0" />
<!-- START hammerhead - Nexus 5 -->
<project path="kernel/hammerhead" name="android_kernel_hammerhead" groups="hammerhead" remote="maruos" clone-depth="100"/>
<project path="device/lge/hammerhead" name="android_device_lge_hammerhead" groups="device,hammerhead,broadcom_pdk,generic_fs" remote="maruos" />
<!-- END hammerhead - nexus 5 -->
<!-- START pme - HTC 10 -->
<project path="device/htc/pme" name="android_device_htc_pme" remote="maruos" />
<project path="kernel/htc/msm8996" name="android_kernel_htc_msm8996" remote="maruos" />
<!-- END pme - HTC 10 -->
<!-- START Sailfish/Marlin - Google Pixel / Google Pixel XL -->
<project path="device/google/marlin" name="android_device_google_marlin" remote="maruos" />
<project path="kernel/google/marlin" name="android_kernel_google_marlin" remote="maruos" />
<!-- END Sailfish/Marlin - Google Pixel / Google Pixel XL -->
<!-- START Wahoo/Taimen - Google Pixel 2XL -->
<project path="device/google/taimen" name="android_device_google_taimen" remote="maruos" />
<project path="device/google/wahoo" name="android_device_google_wahoo" remote="maruos" />
<project path="kernel/google/wahoo" name="android_kernel_google_wahoo" remote="maruos" />
<!-- END Wahoo/Taimen - Google Pixel 2XL -->
<!-- START sargo/bonito - Google Pixel 3a / Google Pixel 3a XL -->
<project path="device/google/bonito" name="android_device_google_bonito" remote="maruos" />
<project path="kernel/google/bonito" name="android_kernel_google_bonito" remote="maruos" />
<!-- END sargo/bonito - Google Pixel 3a / Google Pixel 3a XL -->
</manifest>