blob: d6b5284d881c31db32c0d2bfb01ae7d383014f36 [file] [log] [blame]
Stephan Altmueller88df8d22018-03-07 14:44:44 -05001#! /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
7set -e
8
9# Change to the root and remove previously added build assets from the source
10# tree of the SKQP app.
11cd "$(dirname "$0")/../.."
12cd platform_tools/android/apps
13git 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