aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin/do.bash
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2019-10-14 14:07:20 -0700
committerNathan Chancellor <natechancellor@gmail.com>2019-10-14 14:07:20 -0700
commitcf16c7858c51c1802fb82beca70d559f58476419 (patch)
tree61eab33403c2e4432add03f6c36f88c583378d8e /kernels/marlin/do.bash
parentkernels: add bonito (diff)
downloadandroid-wireguard-module-builder-cf16c7858c51c1802fb82beca70d559f58476419.tar.xz
android-wireguard-module-builder-cf16c7858c51c1802fb82beca70d559f58476419.zip
kernels: add marlin manifest and build commands
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Diffstat (limited to 'kernels/marlin/do.bash')
-rw-r--r--kernels/marlin/do.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernels/marlin/do.bash b/kernels/marlin/do.bash
index b568033..e9b4526 100644
--- a/kernels/marlin/do.bash
+++ b/kernels/marlin/do.bash
@@ -2,3 +2,6 @@
set -ex
BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
patch -d WireGuard -p1 < "$BASE/tvec_base_deferrable-hack.patch"
+echo 'EXT_MODULES="${EXT_MODULES} wireguard"' >> private/msm-google/build.config
+./build/build.sh
+readlink -f out/android-msm-marlin-3.18/dist/wireguard.ko >&7