Commit d0c3154b authored by Linshizhi's avatar Linshizhi

Add prepare.sh which move repository to the status which able to compile directly by bazel.

parent 64f564ac
#!/bin/bash
set -euxo pipefail
WORKPATH=$(cd $(dirname $0); pwd)
SKIA_PATH=${WORKPATH}/external/skia
# Build skia
cd $SKIA_PATH
bazel build //:skia_public
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