blob: 6dd10e35aacecebad0da7202555da2a1461da239 [file] [log] [blame]
Hal Canary40803052018-01-22 16:51:55 -05001#! /bin/sh
2# Copyright 2018 Google Inc.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6set -e -x
7
8test -f "$1"
9
10go get -u go.skia.org/infra/golden/go/search
11
12go run tools/skqp/make_gmkb.go "$1" platform_tools/android/apps/skqp/src/main/assets/gmkb
13
14git add platform_tools/android/apps/skqp/src/main/assets/gmkb
15