瀏覽代碼

Change directory before removing protected exports

Navigate to the parent directory before modifying the BUILD.bazel file.
jimsterino98 4 月之前
父節點
當前提交
a5f220091f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/actions/abi-export/action.yml

+ 1 - 0
.github/actions/abi-export/action.yml

@@ -16,5 +16,6 @@ runs:
      fi
 
      #remove protected exports from build.bazel file
+     cd ..
      cd "$COMMON"
      perl -pi -e 's/^\s*"protected_exports_list"\s*:\s*"android\/abi_gki_protected_exports_aarch64",\s*$//;' ./BUILD.bazel