clean_app.sh 509 B

1234567891011121314151617
  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. set -e
  6. # Change to the root and remove previously added build assets from the source
  7. # tree of the SKQP app.
  8. cd "$(dirname "$0")/../.."
  9. cd platform_tools/android/apps
  10. git clean -fxd skqp/build \
  11. skqp/src/main/assets/gmkb \
  12. skqp/src/main/assets/resources \
  13. skqp/src/main/libs \
  14. .gradle build viewer/build