We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a37eee commit 6ed430cCopy full SHA for 6ed430c
.github/actions/action.yml
@@ -1253,6 +1253,14 @@ runs:
1253
KCFLAGS_EXTRA="-O2"
1254
# fi
1255
1256
+ # Enable GKI ABI/symbol trimming (match Bazel)
1257
+ scripts/config --file "$OUT/.config" -e TRIM_UNUSED_KSYMS
1258
+ scripts/config --file "$OUT/.config" --set-str UNUSED_KSYMS_WHITELIST "abi_symbollist.raw"
1259
+
1260
+ # Enable module protection (match Bazel)
1261
+ scripts/config --file "$OUT/.config" -e MODULE_SIG_PROTECT
1262
+ scripts/config --file "$OUT/.config" --set-str MODULE_SIG_PROTECT_LIST "protected_module_names_list"
1263
1264
scripts/config --file "$OUT/.config" -d LTO
1265
scripts/config --file "$OUT/.config" -d LTO_CLANG
1266
scripts/config --file "$OUT/.config" -d LTO_CLANG_FULL
0 commit comments