فهرست منبع

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