Christoffer Adamsen | 5616ebe | 2025-03-13 13:18:04 +0100 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2025, the R8 project authors. Please see the AUTHORS file | ||||
4 | # for details. All rights reserved. Use of this source code is governed by a | ||||
5 | # BSD-style license that can be found in the LICENSE file. | ||||
6 | |||||
7 | SCRIPTS_DIR=$(dirname "$0") | ||||
8 | BUILD_DIR=$(realpath "$SCRIPTS_DIR/../build") | ||||
9 | |||||
10 | java -cp $BUILD_DIR/libs/r8.jar:$BUILD_DIR/libs/test_deps_all.jar \ | ||||
11 | $SCRIPTS_DIR/ComposableSizeInApk.java $1 |