Skip to content

Commit

Permalink
build.config: Always build kernel
Browse files Browse the repository at this point in the history
Signed-off-by: celtare21 <[email protected]>
  • Loading branch information
celtare21 committed Oct 23, 2022
1 parent 95ba018 commit 67c92be
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ GKI_KERNEL_PREBUILTS_DIR=
GKI_KERNEL_BUILD_CONFIG=
GKI_KERNEL_OUT_DIR=
CHECK_DIRTY_AOSP=0
if [ -z "${BUILD_KERNEL}" ]; then
if [ "${EXPERIMENTAL_BUILD}" != "0" -o -n "${GKI_DEFCONFIG_FRAGMENT}" ]; then
BUILD_KERNEL=1
else
CHECK_DIRTY_AOSP=1
BUILD_KERNEL=0
fi
fi
BUILD_KERNEL=1

if [ "${BUILD_KERNEL}" = "0" ]; then
USING_PREBUILTS=1
Expand Down

0 comments on commit 67c92be

Please sign in to comment.