blob: 6e0fc08b1de7651fa9cb43e6403f7d76fd58e38e [file] [log] [blame]
Christoffer Adamsen5616ebe2025-03-13 13:18:04 +01001#!/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
7SCRIPTS_DIR=$(dirname "$0")
8BUILD_DIR=$(realpath "$SCRIPTS_DIR/../build")
9
10java -cp $BUILD_DIR/libs/r8.jar:$BUILD_DIR/libs/test_deps_all.jar \
11 $SCRIPTS_DIR/ComposableSizeInApk.java $1