From ca41f17a471de4cc813e0ccfa30caae8aaa67b6a Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Wed, 16 Mar 2022 13:22:56 +0800 Subject: [PATCH] Remove BUILD_KERNEL=1 from build_*.sh to use prebuilt GKI kernels Bug: 223663549 Signed-off-by: Robin Peng Change-Id: I57e6fc5e7f86516d63114bef6234073ded7b82ed --- build_cloudripper.sh | 1 - build_slider.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/build_cloudripper.sh b/build_cloudripper.sh index 15f3260988c5..4f7b367d856b 100755 --- a/build_cloudripper.sh +++ b/build_cloudripper.sh @@ -1,5 +1,4 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0 -BUILD_KERNEL=1 \ DEVICE_KERNEL_BUILD_CONFIG=private/gs-google/build.config.cloudripper \ private/gs-google/build_slider.sh "$@" diff --git a/build_slider.sh b/build_slider.sh index 471e8fcf96a4..fa3b89db98fa 100755 --- a/build_slider.sh +++ b/build_slider.sh @@ -8,8 +8,6 @@ function exit_if_error { fi } -BUILD_KERNEL=1 - EXPERIMENTAL_BUILD=${EXPERIMENTAL_BUILD:-0} TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1} LTO=${LTO:-thin}