4080305f57
Change-Id: Idfba4c3e91eb048792ab395d4ab2e4a98ed8888c Reviewed-on: https://skia-review.googlesource.com/98323 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
16 lines
368 B
Bash
Executable File
16 lines
368 B
Bash
Executable File
#! /bin/sh
|
|
# Copyright 2018 Google Inc.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
set -e -x
|
|
|
|
test -f "$1"
|
|
|
|
go get -u go.skia.org/infra/golden/go/search
|
|
|
|
go run tools/skqp/make_gmkb.go "$1" platform_tools/android/apps/skqp/src/main/assets/gmkb
|
|
|
|
git add platform_tools/android/apps/skqp/src/main/assets/gmkb
|
|
|