forked from ayufan-pine64/android-7.1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfixedDefaultManifestsAndroid7.xml
More file actions
56 lines (48 loc) · 3.53 KB
/
fixedDefaultManifestsAndroid7.xml
File metadata and controls
56 lines (48 loc) · 3.53 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="ayufan" fetch="https://github.com/ayufan-pine64" />
<remote name="omnirom" fetch="https://github.com/omnirom" />
<remote name="cm" fetch="https://github.com/CyanogenMod" />
<remove-project name="platform/build" />
<remove-project name="platform/external/minijail" />
<remove-project name="platform/frameworks/av" />
<remove-project name="platform/frameworks/base" />
<remove-project name="platform/frameworks/native" />
<remove-project name="platform/frameworks/wilhelm" />
<remove-project name="platform/hardware/libhardware" />
<remove-project name="platform/packages/apps/Provision" />
<remove-project name="platform/system/bt" />
<remove-project name="platform/system/core" />
<remove-project name="platform/system/netd" />
<remove-project name="platform/system/sepolicy" />
<!-- Device support -->
<project path="device/softwinner" name="device-softwinner" remote="ayufan" revision="nougat" groups="pdk" />
<project path="hardware/aw" name="hardware-aw" remote="ayufan" revision="nougat" groups="pdk" />
<project path="hardware/realtek" name="hardware-realtek" remote="ayufan" revision="nougat" groups="pdk" />
<project path="vendor/ayufan-pine64/pine64-common" name="device-pine64-common" remote="ayufan" revision="master" groups="pdk" />
<project path="vendor/ayufan-pine64/boot-tools" name="boot-tools" remote="ayufan" revision="master" groups="pdk" />
<project path="vendor/ayufan-pine64/apps" name="vendor-ayufan-apps" remote="ayufan" revision="master" groups="pdk" />
<!-- TWRP recovery -->
<project path="external/busybox" name="android_external_busybox" remote="ayufan" revision="nougat" groups="pdk" />
<!-- Required system fixes -->
<project path="build" name="build" remote="ayufan" revision="nougat-7.1" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="external/minijail" name="external-minijail" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="frameworks/av" name="frameworks-av" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="frameworks/base" name="frameworks-base" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="frameworks/native" name="frameworks-native" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="frameworks/wilhelm" name="frameworks-wilhelm" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="hardware/libhardware" name="hardware-libhardware" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="packages/apps/Provision" name="packages-apps-Provision" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="system/bt" name="system-bt" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="system/core" name="system-core" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="system/netd" name="system-netd" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<project path="system/sepolicy" name="system-sepolicy" remote="ayufan" revision="nougat-7.1" groups="pdk" />
<!-- SuperSU -->
<project path="vendor/supersu" name="vendor-supersu" clone-depth="1" revision="nougat" remote="ayufan" />
<!-- Longsleep kernel for Pine A64 -->
<project path="linux/kernel-tulip" name="linux-pine64" clone-depth="1" remote="ayufan" revision="my-hacks-1.2" groups="pdk" />
<!-- Ethernet -->
<project path="external/ethtool" name="android_external_ethtool" remote="ayufan" revision="s805_4.4.2_master" groups="pdk" />
</manifest>