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:07:13 +0100
commitd4e04be3f13ba0b9e3b89cb1c7d8e37d6ad530bb (patch)
tree63a6c4dd24bcf7ec421957f6e4ef40652156d795
parentcc10840031cf8ee51b248b214636bfb4fa88a3f1 (diff)
downloadmanifest-p-common-android-4.4.tar.gz
Switch manifest to stabilized kernel build toolsp-common-android-4.4
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 a478dc2..94e0883 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.4-p" />
<project path="kernel/tests" name="kernel/tests" revision="pie-dev" />