xref: /aosp_15_r20/external/skia/tools/skqp/clean_app.sh (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker#! /bin/sh
2*c8dee2aaSAndroid Build Coastguard Worker
3*c8dee2aaSAndroid Build Coastguard Worker# Copyright 2018 Google Inc.
4*c8dee2aaSAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
5*c8dee2aaSAndroid Build Coastguard Worker# found in the LICENSE file.
6*c8dee2aaSAndroid Build Coastguard Worker
7*c8dee2aaSAndroid Build Coastguard Workerset -e
8*c8dee2aaSAndroid Build Coastguard Worker
9*c8dee2aaSAndroid Build Coastguard Worker# Change to the root and remove previously added build assets from the source
10*c8dee2aaSAndroid Build Coastguard Worker# tree of the SKQP app.
11*c8dee2aaSAndroid Build Coastguard Workercd "$(dirname "$0")/../.."
12*c8dee2aaSAndroid Build Coastguard Workercd platform_tools/android/apps
13*c8dee2aaSAndroid Build Coastguard Workergit clean -fxd skqp/build \
14*c8dee2aaSAndroid Build Coastguard Worker               skqp/src/main/assets/resources \
15*c8dee2aaSAndroid Build Coastguard Worker               skqp/src/main/libs \
16*c8dee2aaSAndroid Build Coastguard Worker               .gradle build viewer/build
17