Просмотр исходного кода

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

Previously the module was only added to the modules list file but not enabled in modules.bzl. This change ensures the module is properly included in the GKI build by uncommenting the sed command that adds it to _COMMON_GKI_MODULES_LIST.
TheWildJames 10 месяцев назад
Родитель
Сommit
e243631409
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/build.yml

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

@@ -438,7 +438,7 @@ jobs:
           
           # Add snd-aloop.ko to modules list
           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
+          sed -i '/_COMMON_GKI_MODULES_LIST = \\[/,/\\]/ s/\\]/    "sound\/drivers\/snd-aloop.ko",\\n&/' common/modules.bzl
           
           # Add symbols to abi_gki_aarch64
           #SYMBOL_LIST=common/android/abi_gki_aarch64