Quellcode durchsuchen

Change directory before removing protected exports

Navigate to the parent directory before modifying the BUILD.bazel file.
jimsterino98 vor 4 Monaten
Ursprung
Commit
a5f220091f
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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