-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal_manifest.xml
61 lines (47 loc) · 2.94 KB
/
local_manifest.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remotes -->
<remote name="github_ssh" fetch="ssh://[email protected]"/>
<remote name="gitlab_ssh" fetch="ssh://[email protected]"/>
<!-- Device tree -->
<project name="YAJATapps/android_device_allwinner_apollo-p2" path="device/allwinner/apollo-p2" remote="github_ssh" revision="omni-12.1"/>
<project name="YAJATapps/android_device_softwinner" path="device/softwinner" remote="github_ssh" revision="omni-12.1"/>
<!-- Hardware AW -->
<project name="YAJATapps/android_hardware_aw" path="hardware/aw" remote="github_ssh" revision="omni-12.1"/>
<project name="YAJATapps/android_hardware_sprd" path="hardware/sprd" remote="github_ssh" revision="omni-12.1"/>
<!-- Hardware libhardware -->
<remove-project name="platform/hardware/libhardware"/>
<project name="YAJATapps/android_hardware_libhardware" path="hardware/libhardware" remote="github_ssh" revision="android-12.1.0_r7"/>
<!-- Vendor AW -->
<project name="YAJATapps/android_vendor_aw" path="vendor/aw" remote="github_ssh" revision="omni-12.1"/>
<project name="YAJATapps/android_vendor_security" path="vendor/security" remote="github_ssh" revision="main"/>
<!-- Vendor omni -->
<remove-project name="android_vendor_omni"/>
<project name="YAJATapps/android_vendor_omni" path="vendor/omni" remote="github_ssh" revision="android-12.1"/>
<!-- WebView -->
<remove-project name="android_packages_apps_OmniChromium"/>
<project name="YAJATapps/android_packages_apps_OmniChromium" path="packages/apps/OmniChromium" remote="github_ssh" revision="omni-12.1"/>
<!-- System core -->
<remove-project name="android_system_core"/>
<project name="YAJATapps/android_system_core" path="system/core" remote="github_ssh" revision="android-12.1"/>
<!-- System vold -->
<remove-project name="android_system_vold"/>
<project name="YAJATapps/android_system_vold" path="system/vold" remote="github_ssh" revision="android-12.1"/>
<!-- System media -->
<remove-project name="platform/system/media"/>
<project name="YAJATapps/android_system_media" path="system/media" remote="github_ssh" revision="android-12.1.0_r7"/>
<!-- Frameworks AV -->
<remove-project name="android_frameworks_av"/>
<project name="YAJATapps/android_frameworks_av" path="frameworks/av" remote="github_ssh" revision="android-12.1"/>
<!-- Frameworks wifi -->
<remove-project name="platform/frameworks/opt/net/wifi"/>
<project name="YAJATapps/android_frameworks_opt_net_wifi" path="frameworks/opt/net/wifi" remote="github_ssh" revision="android-12.1.0_r7"/>
<!-- Longan build -->
<project name="Yajat/android_longan" path="longan" remote="gitlab_ssh" revision="main"/>
<!-- Old frameworks base has a12 branch -->
<remove-project name="android_frameworks_base"/>
<project path="frameworks/base" name="android_frameworks_base_old" remote="omnirom" revision="android-12.1" />
<!-- Duplicate in vendor/aw -->
<remove-project name="android_external_libncurses"/>
<remove-project name="android_external_vim"/>
</manifest>