summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-22 23:09:58 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-23 00:14:09 +0200
commit886679f0785782f7918387b9f4c23d362db5e950 (patch)
tree6ed8992df3224895cb18796011db9c6ae005d918
parentd2e3c2339a1d314d0f08e00cbfa8bc2e82304c54 (diff)
downloadmanifest-history/23-07-2019.tar.gz
manifest-history/23-07-2019.tar.bz2
manifest-history/23-07-2019.zip
Move replicant-9 repositories in their own directoryhistory/23-07-2019
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml1
-rw-r--r--replicant/gnutoo.xml24
-rw-r--r--replicant/replicant-9.xml22
3 files changed, 23 insertions, 24 deletions
diff --git a/default.xml b/default.xml
index 1fd102e..3fa81b4 100644
--- a/default.xml
+++ b/default.xml
@@ -639,6 +639,7 @@
<!-- Replicant repositories -->
<include name="replicant/gnutoo.xml" />
<include name="replicant/putti.xml" />
+ <include name="replicant/replicant-9.xml" />
<include name="replicant/samsung-ril.xml" />
</manifest>
diff --git a/replicant/gnutoo.xml b/replicant/gnutoo.xml
deleted file mode 100644
index 8130adf..0000000
--- a/replicant/gnutoo.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
- <remote name="GNUtoo"
- revision="GNUtoo/lineage-16.0-base"
- fetch=".." />
-
- <!-- To add a big hack to workaround build issues -->
- <project path="build/make" name="GNUtoo/android_build" groups="pdk" remote="GNUtoo">
- <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="device/samsung/i9305" name="GNUtoo/device_samsung_i9305" remote="GNUtoo" />
- <!-- Based on git://git.putti.eu/aosp/kernel_i9305.git -->
- <project path="kernel/replicant/linux" name="GNUtoo/kernel_replicant_linux.git" remote="GNUtoo" />
- <project path="system/core" name="GNUtoo/core" groups="pdk" remote="GNUtoo" />
- <project path="vendor/lineage" name="GNUtoo/android_vendor_lineage" remote="GNUtoo" />
- <project path="external/mesa3d" name="GNUtoo/external_mesa3d" remote="GNUtoo" groups="pdk-cw-fs,pdk-fs" />
-</manifest>
diff --git a/replicant/replicant-9.xml b/replicant/replicant-9.xml
new file mode 100644
index 0000000..518bf08
--- /dev/null
+++ b/replicant/replicant-9.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="replicant-9"
+ revision="replicant-9"
+ fetch=".." />
+
+ <project path="build/make" name="replicant-9/android_build" groups="pdk" remote="replicant-9">
+ <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="device/samsung/i9305" name="replicant-9/device_samsung_i9305" remote="replicant-9" />
+ <project path="external/mesa3d" name="replicant-9/external_mesa3d" remote="replicant-9" groups="pdk-cw-fs,pdk-fs" />
+ <project path="kernel/replicant/linux" name="replicant-9/kernel_replicant_linux" remote="replicant-9" />
+ <project path="system/core" name="replicant-9/system_core" groups="pdk" remote="replicant-9" />
+ <project path="vendor/lineage" name="replicant-9/android_vendor_lineage" remote="replicant-9" />
+</manifest>