瀏覽代碼

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 月之前
父節點
當前提交
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