diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-21 23:50:38 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-04-21 23:50:38 +0100 |
commit | 16a36c812fabda812ecf3aaa7f12fa6f44c66b2e (patch) | |
tree | ccae60abf8301ae451cfa1f21c33b8a62d5306cf /kotlin.dex.do | |
parent | db091bfd1db36ab66340ccad2eb7b6393a0aa3da (diff) | |
download | android-jetpack-compose-redo-master.tar.gz android-jetpack-compose-redo-master.tar.xz android-jetpack-compose-redo-master.zip |
Diffstat (limited to 'kotlin.dex.do')
-rw-r--r-- | kotlin.dex.do | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kotlin.dex.do b/kotlin.dex.do deleted file mode 100644 index 5cd3eef..0000000 --- a/kotlin.dex.do +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -set -e -redo-ifchange .vars.rc -. ./.vars.rc -src="$KOTLIN/lib/kotlin-stdlib.jar" -redo-ifchange "$BUILD_TOOLS/d8" "$PLATFORM/android.jar" "$src" -tmp=$(mktemp -d) -trap 'rm -rf "$tmp"' EXIT -"$BUILD_TOOLS/d8" --intermediate "$src" --classpath "$PLATFORM/android.jar" --output "$tmp" -mv "$tmp/classes.dex" "$3" -# vim:ft=bash |