1cb93a386Sopenharmony_ci#! /bin/sh 2cb93a386Sopenharmony_ci 3cb93a386Sopenharmony_ci# Copyright 2018 Google Inc. 4cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 5cb93a386Sopenharmony_ci# found in the LICENSE file. 6cb93a386Sopenharmony_ci 7cb93a386Sopenharmony_ciset -e 8cb93a386Sopenharmony_ci 9cb93a386Sopenharmony_ci# Change to the root and remove previously added build assets from the source 10cb93a386Sopenharmony_ci# tree of the SKQP app. 11cb93a386Sopenharmony_cicd "$(dirname "$0")/../.." 12cb93a386Sopenharmony_cicd platform_tools/android/apps 13cb93a386Sopenharmony_cigit clean -fxd skqp/build \ 14cb93a386Sopenharmony_ci skqp/src/main/assets/gmkb \ 15cb93a386Sopenharmony_ci skqp/src/main/assets/resources \ 16cb93a386Sopenharmony_ci skqp/src/main/libs \ 17cb93a386Sopenharmony_ci .gradle build viewer/build 18