Skip to content

Commit

Permalink
build.config: Don't enforce the symbol list
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 491d826 commit 8258c19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.config.gki.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ GKI_RAMDISK_PREBUILT_BINARY=${ROOT_DIR}/prebuilts/boot-artifacts/ramdisks/ramdis

# Update BUILD.bazel, define_common_kernels() if the value is not 1.
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
KMI_ENFORCED=1
KMI_SYMBOL_LIST_STRICT_MODE=0
KMI_ENFORCED=0

BUILD_SYSTEM_DLKM=1
MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
Expand Down
2 changes: 1 addition & 1 deletion build.config.gs101
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android/abi_gki_aarch64_hikey960
"
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
KMI_SYMBOL_LIST_ADD_ONLY=1
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
KMI_SYMBOL_LIST_STRICT_MODE=0
KMI_SYMBOL_LIST_MODULE_GROUPING=0

DO_NOT_STRIP_MODULES=
Expand Down
2 changes: 1 addition & 1 deletion build_slider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function exit_if_error {
EXPERIMENTAL_BUILD=${EXPERIMENTAL_BUILD:-0}
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
LTO=${LTO:-thin}
KMI_SYMBOL_LIST_STRICT_MODE=${ENABLE_STRICT_KMI:-1}
KMI_SYMBOL_LIST_STRICT_MODE=0
DEFAULT_CONFIG="private/gs-google/build.config.slider"
DEVICE_KERNEL_BUILD_CONFIG=${DEVICE_KERNEL_BUILD_CONFIG:-${DEFAULT_CONFIG}}
GKI_KERNEL_PREBUILTS_DIR=
Expand Down

0 comments on commit 8258c19

Please sign in to comment.