1 ## 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 # 5 # Included are a few examples of things you may wish to include in your 6 # .vogarconfig file. Names contained in angle brackets are placeholders. 7 ## 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 17 --results-dir <HOME_DIR>/.vogar/results/ 18 19 # a list of directories to search for jar files when using --suggest-classpaths 20 --jar-search-dir <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/ 21 --jar-search-dir <SOME_OTHER_DIR> 22 23 # some classpaths to always include 24 --classpath <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar