aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2019-10-14 12:11:01 -0700
committerNathan Chancellor <natechancellor@gmail.com>2019-10-14 13:46:22 -0700
commit5fdb34b362bad97c703d02a0661a45517272755b (patch)
tree1217472aef222a40655ffd8531b9333b236660af
parentkernels: crosshatch: update the EXT_MODULES command (diff)
downloadandroid-wireguard-module-builder-5fdb34b362bad97c703d02a0661a45517272755b.tar.xz
android-wireguard-module-builder-5fdb34b362bad97c703d02a0661a45517272755b.zip
kernels: crosshatch: use the crosshatch specific tag
While this might seem pedantic because android-10.0.0_r0.10 and android-10.0.0_r0.12 point to the same commits, there have been times where the bonito and crosshatch tags do not point to the same object. Change this now so we remember to do this in future updates. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
-rw-r--r--kernels/crosshatch/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/crosshatch/manifest.xml b/kernels/crosshatch/manifest.xml
index 36790df..cadb7a3 100644
--- a/kernels/crosshatch/manifest.xml
+++ b/kernels/crosshatch/manifest.xml
@@ -1,6 +1,6 @@
<manifest>
<remote name="aosp" fetch="https://android.googlesource.com/" />
- <default revision="refs/tags/android-10.0.0_r0.12" remote="aosp" sync-j="4" />
+ <default revision="refs/tags/android-10.0.0_r0.10" remote="aosp" sync-j="4" />
<project path="build" name="kernel/build" revision="master" clone-depth="1" />