Skip to content

Instantly share code, notes, and snippets.

View aakrandan's full-sized avatar

Ananth Kamath aakrandan

  • LG Soft India
  • Bengaluru
View GitHub Profile
@shotamatsuda
shotamatsuda / skia.sh
Created May 6, 2015 12:45
Build Skia as universal static libraries for OSX and iOS
readonly DEPOT_TOOLS_GIT='https://chromium.googlesource.com/chromium/tools/depot_tools.git'
readonly SKIA_GIT='https://skia.googlesource.com/skia.git'
readonly PROJECT_DIR="$(cd "$(dirname "$0")/../"; pwd)"
readonly BUILD_DIR="${PROJECT_DIR}/build"
readonly DEPOT_TOOLS_DIR="${BUILD_DIR}/depot_tools"
readonly SKIA_DIR="${BUILD_DIR}/skia"
download_depot_tools() {
echo 'Downloading depot tools...'