Commit 770cf5dd authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Fix classpath of jetifier script

Bug: 1021634
Change-Id: Ide9d5188d36b8ca7eaa4cd890b5b3a4d123966eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018881
Commit-Queue: benjamin joyce <bjoyce@google.com>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735041}
parent ca4b8236
...@@ -81,7 +81,7 @@ case "`uname`" in ...@@ -81,7 +81,7 @@ case "`uname`" in
;; ;;
esac esac
CLASSPATH=$APP_HOME/lib/jetifier-standalone.jar:$THIRD_PARTY_DIR/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor/jetifier-processor-1.0.0-beta08.jar:$THIRD_PARTY_DIR/android_deps/libs/commons_cli_commons_cli/commons-cli-1.3.1.jar:$THIRD_PARTY_DIR/android_deps/libs/com_android_tools_build_jetifier_jetifier_core/jetifier-core-1.0.0-beta08.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-util.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-commons.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-tree.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm.jar:$THIRD_PARTY_DIR/org_jdom_jdom2/jdom2-2.0.6.jar:$THIRD_PARTY_DIR/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.41.jar:$THIRD_PARTY_DIR/gson/lib/gson.jar:$THIRD_PARTY_DIR/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.41.jar:$THIRD_PARTY_DIR/intellij/lib/annotations.jar CLASSPATH=$APP_HOME/lib/jetifier-standalone.jar:$THIRD_PARTY_DIR/android_deps/libs/com_android_tools_build_jetifier_jetifier_processor/jetifier-processor-1.0.0-beta08.jar:$THIRD_PARTY_DIR/android_deps/libs/commons_cli_commons_cli/commons-cli-1.3.1.jar:$THIRD_PARTY_DIR/android_deps/libs/com_android_tools_build_jetifier_jetifier_core/jetifier-core-1.0.0-beta08.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-util.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-commons.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm-tree.jar:$THIRD_PARTY_DIR/ow2_asm/lib/asm.jar:$THIRD_PARTY_DIR/android_deps/libs/org_jdom_jdom2/jdom2-2.0.6.jar:$THIRD_PARTY_DIR/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.41.jar:$THIRD_PARTY_DIR/gson/lib/gson.jar:$THIRD_PARTY_DIR/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.41.jar:$THIRD_PARTY_DIR/intellij/lib/annotations.jar
# Determine the Java command to use to start the JVM. # Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then if [ -n "$JAVA_HOME" ] ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment