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 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 18