Explorar el Código

Enable CONFIG_KALLSYMS_BASE_RELATIVE in action.yml

Added CONFIG_KALLSYMS_BASE_RELATIVE to the config script.
jimsterino98 hace 1 semana
padre
commit
18a280e62a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/actions/configs/action.yml

+ 1 - 0
.github/actions/configs/action.yml

@@ -22,6 +22,7 @@ runs:
     run: |
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS_ALL
+     "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS_BASE_RELATIVE
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KPM
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_RELOCATABLE
      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_CFI_CLANG