Explorar el Código

ci: enable snd-aloop.ko module in GKI build

Previously the snd-aloop.ko module was commented out in the GKI modules list. This change enables it by uncommenting the line to include the module in the build.
TheWildJames hace 10 meses
padre
commit
dd5005feac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -437,7 +437,7 @@ jobs:
           echo "CONFIG_SND_ALOOP=m" >> "${{ env.DEFCONFIG }}"
           
           # Add snd-aloop.ko to modules list
-          #echo "sound/drivers/snd-aloop.ko" >> common/android/gki_aarch64_modules
+          echo "sound/drivers/snd-aloop.ko" >> common/android/gki_aarch64_modules
           #sed -i '/_COMMON_GKI_MODULES_LIST = \\[/,/\\]/ s/\\]/    "sound\/drivers\/snd-aloop.ko",\\n&/' common/modules.bzl
           
           # Add symbols to abi_gki_aarch64