summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/art2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/art b/tools/art
index d4ab3472e1..d99e2d8fa7 100644
--- a/tools/art
+++ b/tools/art
@@ -464,7 +464,7 @@ ISA=$(LD_LIBRARY_PATH=$LD_LIBRARY_PATH $ART_BINARY_PATH -showversion | (read art
# Extract the dex2oat flags from the list of arguments.
# -Xcompiler-options arguments are stored in DEX2OAT_FLAGS array
# -cp argument is split by ':' and stored in DEX2OAT_CLASSPATH
-# -Ximage argument is stored in DEX2OAT_BOOTIMAGE
+# -Ximage argument is stored in DEX2OAT_BOOT_IMAGE
extract_dex2oat_flags "$@"
# If ANDROID_DATA is the system ANDROID_DATA or is not set, use our own,