Skip to content

Commit

Permalink
Remove BUILD_KERNEL=1 from build_*.sh to use prebuilt GKI kernels
Browse files Browse the repository at this point in the history
Bug: 223663549
Signed-off-by: Robin Peng <[email protected]>
Change-Id: I57e6fc5e7f86516d63114bef6234073ded7b82ed
  • Loading branch information
Robin Peng committed Mar 18, 2022
1 parent 769d748 commit ca41f17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build_cloudripper.sh
Original file line number Diff line number Diff line change
@@ -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 "$@"
2 changes: 0 additions & 2 deletions build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ca41f17

Please sign in to comment.