blob: 7ce13e7ad5354b8931d896ef54108b17338cd985 [file] [log] [blame]
jsharpe@google.comd806c4c2010-06-23 01:31:00 +00001##
2# This file contains default command line arguments that are supplied to every
3# invocation of Vogar. Blank lines and lines beginning with "#" are ignored.
4#
jsharpe@google.comd806c4c2010-06-23 01:31:00 +00005# Included are a few examples of things you may wish to include in your
jsharpe@google.com8918b5c2010-06-28 23:28:31 +00006# .vogarconfig file. Names contained in angle brackets are placeholders.
jsharpe@google.comd806c4c2010-06-23 01:31:00 +00007##
8
9# use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
10# by default
11--verbose
12--suggest-classpaths
13--mode jvm
14--use-bootclasspath
15
16# where to find results against which to compare test runs
jsharpe@google.com8918b5c2010-06-28 23:28:31 +000017--results-dir <HOME_DIR>/.vogar/results/
jsharpe@google.comd806c4c2010-06-23 01:31:00 +000018
19# a list of directories to search for jar files when using --suggest-classpaths
jsharpe@google.com8918b5c2010-06-28 23:28:31 +000020--jar-search-dir <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/
21--jar-search-dir <SOME_OTHER_DIR>
jsharpe@google.comd806c4c2010-06-23 01:31:00 +000022
23# some classpaths to always include
jsharpe@google.com8918b5c2010-06-28 23:28:31 +000024--classpath <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar