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:08:04 +0100
commit1dd861f6b080d1099e53eca320f834cd32caf0e8 (patch)
tree7bcba00c156edfc98710ff190fd03848ecc8ddcf
parente5bfa6a3ed0ff2c04ff59b9c92f3f3556ab5990b (diff)
downloadmanifest-p-common-android-4.9.tar.gz
Switch manifest to stabilized kernel build toolsp-common-android-4.9
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 9887f0e..b6a8469 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.9-p" />
<project path="kernel/tests" name="kernel/tests" revision="pie-dev" />