Skip to content

Commit

Permalink
Revert "build_slider: Default enable BUILD_STAGING_KERNEL"
Browse files Browse the repository at this point in the history
This reverts commit aa90e62.

Bug: 244515051
Signed-off-by: Robin Peng <[email protected]>
Change-Id: I10566d627824e64ca79af7539459369b4a347337
  • Loading branch information
Robin Peng authored and Roger Liao committed Sep 20, 2022
1 parent 07839c3 commit 0dafa2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ function exit_if_error {
fi
}

# Default enable BUILD_STAGING_KERNEL
BUILD_STAGING_KERNEL=${BUILD_STAGING_KERNEL:-1}
BUILD_STAGING_KERNEL=${BUILD_STAGING_KERNEL:-0}
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
LTO=${LTO:-thin}
KMI_SYMBOL_LIST_STRICT_MODE=${ENABLE_STRICT_KMI:-1}
Expand Down

0 comments on commit 0dafa2b

Please sign in to comment.