Skip to content

Commit

Permalink
build_slider: Default enable BUILD_STAGING_KERNEL
Browse files Browse the repository at this point in the history
Bug: 258094229
Change-Id: I8fcc70d08d0bb6591da754de6519f0370d0b6fe2
Signed-off-by: Robin Peng <[email protected]>
  • Loading branch information
Robin Peng committed Nov 8, 2022
1 parent ec050ee commit 3155edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function exit_if_error {
fi
}

BUILD_STAGING_KERNEL=${BUILD_STAGING_KERNEL:-0}
BUILD_STAGING_KERNEL=${BUILD_STAGING_KERNEL:-1}
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 3155edb

Please sign in to comment.