Skip to content

Commit

Permalink
Amend build script to fit for current conditions
Browse files Browse the repository at this point in the history
1. Move to build AOSP Kernel source for now
2. Disable strict symbol list checking since ABI change aosp/1826155
   blocking by __close_fd and keep tracking on b/200010226

Bug: 195932551
Bug: 196974386
Signed-off-by: Lucas Wei <[email protected]>
Signed-off-by: Robin Peng <[email protected]>
Change-Id: Iebf0474fc1d2ba48da1f9b2f74497261f332ca1f
  • Loading branch information
Robin Peng committed Sep 23, 2021
1 parent 9e92783 commit 96f1d43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ function exit_if_error {
fi
}

# TODO (b/196974386): remove strict symbol list workaround settings after __close_fd issue been resolved.
TRIM_NONLISTED_KMI=0
ENABLE_STRICT_KMI=0
BUILD_KERNEL=1

EXPERIMENTAL_BUILD=${EXPERIMENTAL_BUILD:-0}
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
LTO=${LTO:-thin}
Expand Down

0 comments on commit 96f1d43

Please sign in to comment.