summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2019-03-18 15:26:18 +0000
committerMatthias Maennich <maennich@google.com>2019-03-20 10:22:30 +0000
commitd94aae1149db870f31d39de1b0450f682734d172 (patch)
tree6e0e7bd4b6d4d56d3a0d926e7bc7645e300bbc2d
parent60224184df282582e4387313ae04e10285c1d55c (diff)
downloadmanifest-upstream-linux-4.19.y.tar.gz
add manifest for upstream-linux-4.19.yupstream-linux-4.19.y
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Ibfc46c3773f08630502698cfdce0c4cfb30c9609
-rw-r--r--default.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/default.xml b/default.xml
new file mode 100644
index 0000000..e1a9515
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
+ <default revision="master" remote="aosp" sync-j="4" />
+
+ <project path="build" name="kernel/build" revision="master">
+ <linkfile src="upstream/build.config.aarch64.upstream-linux-4.19.y" dest="build.config.aarch64"/>
+ <linkfile src="upstream/build.config.x86_64.upstream-linux-4.19.y" dest="build.config.x86_64"/>
+ </project>
+ <project path="common" name="kernel/common" revision="upstream-linux-4.19.y" />
+ <project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" clone-depth="1" />
+ <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" clone-depth="1" />
+ <project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
+</manifest>