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-15 09:06:06 +0100
commit4009385d87db5b6caa564ca913c827af86ebbe10 (patch)
tree28fa683d47473feaaa2ea398875a10a2f51a6ca6
parent336bb14dfc4e2ad2d9afa21688e9e63c2cc3525c (diff)
downloadmanifest-p-common-android-4.14.tar.gz
Switch manifest to stabilized kernel build toolsp-common-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index dcc1c6b..4e5620c 100644
--- a/default.xml
+++ b/default.xml
@@ -1,7 +1,8 @@
<?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" />
+
<project path="build" name="kernel/build" />
<project path="common" name="kernel/common" revision="android-4.14-p" />
<project path="kernel/tests" name="kernel/tests" revision="pie-dev" />