Files
rk35xx-android14/external/vogar/.vogarconfig.example
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

24 lines
883 B
Plaintext

##
# This file contains default command line arguments that are supplied to every
# invocation of Vogar. Blank lines and lines beginning with "#" are ignored.
#
# Included are a few examples of things you may wish to include in your
# .vogarconfig file. Names contained in angle brackets are placeholders.
##
# use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
# by default
--verbose
--suggest-classpaths
--mode jvm
--use-bootclasspath
# where to find results against which to compare test runs
--results-dir <HOME_DIR>/.vogar/results/
# a list of directories to search for jar files when using --suggest-classpaths
--jar-search-dir <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/
--jar-search-dir <SOME_OTHER_DIR>
# some classpaths to always include
--classpath <ANDROID_ROOT>/out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar