Skip to content

Commit

Permalink
build_slider: Default enable BUILD_STAGING_KERNEL
Browse files Browse the repository at this point in the history
Bug: 233569354
Signed-off-by: Robin Peng <[email protected]>
Change-Id: I69516204624467bfc751cded3948e82fe96cbc61
  • Loading branch information
Robin Peng authored and TreeHugger Robot committed Jun 29, 2022
1 parent 70e24d2 commit aa90e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ function exit_if_error {
fi
}

# Default enable BUILD_STAGING_KERNEL
BUILD_STAGING_KERNEL=${BUILD_STAGING_KERNEL:-1}
if [ "${BUILD_AOSP_KERNEL}" = "1" ]; then
BUILD_KERNEL=1
EXPERIMENTAL_BUILD=0
Expand Down

0 comments on commit aa90e62

Please sign in to comment.