summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2021-06-14 16:30:39 +0100
committerMatthias Maennich <maennich@google.com>2021-06-14 17:06:37 +0100
commit645670a26e04d71e3c13f02e75becb4f272a29fd (patch)
treed8360bc4411526ba8ea461c25bfee481a1fe3b15
parent5ebeccfb2282f3daa194c45b5120ab4f8f51948d (diff)
downloadmanifest-common-android-4.14.tar.gz
Switch manifest to stabilized kernel build toolscommon-android-4.14
The 'master-kernel-build-2021' branch is a pinned version of the master branch that is not receiving any new features and is therefore to be used for non-development branches. Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I17d713265be5661c6bdd20ed0656fe1263cd8ada
-rw-r--r--default.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/default.xml b/default.xml
index cbb1189..b35a276 100644
--- a/default.xml
+++ b/default.xml
@@ -1,14 +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" />
+ <default revision="master-kernel-build-2021" remote="aosp" sync-j="4" />
<superproject name="kernel/superproject" remote="aosp"/>
- <project path="build" name="kernel/build" revision="master" />
+ <project path="build" name="kernel/build" />
<project path="common" name="kernel/common" revision="android-4.14-stable" />
- <project path="kernel/tests" name="kernel/tests" revision="master" />
- <project path="kernel/configs" name="kernel/configs" revision="master" />
+ <project path="kernel/tests" name="kernel/tests" />
+ <project path="kernel/configs" name="kernel/configs" />
<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" />