Commit 8615b562 authored by Linshizhi's avatar Linshizhi

Remove all bazel related files in skia, cause Skia

is still in migrating to Bazel and unable to handle
it's transitive deps.
parent ecd603b4
......@@ -17,7 +17,7 @@ fi
cd $SKIA_PATH
builds=$(find . | grep bazel | xargs)
builds=$(find . | grep -e "[^.]*\.bazel$")
if [ ! -z "$builds" ]; then
rm $builds
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment