Hal Canary | 4080305 | 2018-01-22 16:51:55 -0500 | [diff] [blame^] | 1 | #! /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 | |||||
6 | set -e -x | ||||
7 | |||||
8 | test -f "$1" | ||||
9 | |||||
10 | go get -u go.skia.org/infra/golden/go/search | ||||
11 | |||||
12 | go run tools/skqp/make_gmkb.go "$1" platform_tools/android/apps/skqp/src/main/assets/gmkb | ||||
13 | |||||
14 | git add platform_tools/android/apps/skqp/src/main/assets/gmkb | ||||
15 |