Stephan Altmueller | 88df8d2 | 2018-03-07 14:44:44 -0500 | [diff] [blame] | 1 | #! /bin/sh |
| 2 | |
| 3 | # Copyright 2018 Google Inc. |
| 4 | # Use of this source code is governed by a BSD-style license that can be |
| 5 | # found in the LICENSE file. |
| 6 | |
| 7 | set -e |
| 8 | |
| 9 | # Change to the root and remove previously added build assets from the source |
| 10 | # tree of the SKQP app. |
| 11 | cd "$(dirname "$0")/../.." |
| 12 | cd platform_tools/android/apps |
| 13 | git clean -fxd skqp/build \ |
| 14 | skqp/src/main/assets/gmkb \ |
| 15 | skqp/src/main/assets/resources \ |
| 16 | skqp/src/main/libs \ |
| 17 | .gradle build viewer/build |