-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathxoplax.xml
More file actions
33 lines (27 loc) · 1.46 KB
/
xoplax.xml
File metadata and controls
33 lines (27 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="xoplax"
fetch="https://github.com/XoplaxOS" />
<remote name="bitbucket"
fetch="https://bitbucket.org/" />
<remote name="github"
fetch="https://github.com" />
<default revision="refs/heads/xos-2.1"
remote="github"
sync-c="true"
sync-j="8" />
<!-- XoplaxOS -->
<project path="android" name="android" remote="xoplax" />
<project path="build" name="android_build" groups="pdk,tradefed" remote="xoplax" >
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="frameworks/base" name="android_frameworks_base" remote="xoplax" />
<project path="frameworks/native" name="android_frameworks_native" groups="pdk" remote="xoplax" />
<project path="packages/apps/Eleven" name="android_packages_apps_Eleven" remote="xoplax" />
<project path="packages/apps/Settings" name="android_packages_apps_Settings" remote="xoplax" />
<project path="packages/apps/SetupWizard" name="android_packages_apps_SetupWizard" remote="xoplax" />
<project path="packages/apps/Launcher" name="android_packages_apps_Launcher" remote="xoplax" />
<project path="packages/apps/PackageInstaller" name="android_packages_apps_PackageInstaller" remote="xoplax" />
<project path="system/core" name="android_system_core" groups="pdk" remote="xoplax" />
<project path="vendor/xoplax" name="android_vendor_xoplax" remote="xoplax" />
</manifest>