Go to file
Colin Cross dd2ff5541e build: fix host dex2oat runtime args
The dalvik.vm.* properties are in PRODUCT_DEFAULT_PROPERTY_OVERRIDES,
not PRODUCT_PROPERTY_OVERRIDES.
Use $(call func,args) for user defined functions
Prepend the property contents with -Xms or -Xmx when passing to
dex2oat.  This only worked before because DEX2OAT_XMS, etc. were blank
due to the first two  bugs, which resulted in --runtime-arg --runtime-arg
and anything starting with -- as the argument to --runtime-arg is
silently ignored.

Change-Id: Ifa30038b397355171fefcc5248eea033bb634036
2014-07-09 22:22:10 -07:00
core build: fix host dex2oat runtime args 2014-07-09 22:22:10 -07:00
libs/host Support host multilib build 2014-05-14 16:55:04 -07:00
target Make dex2oat heap size product configurable [build] 2014-07-08 11:33:45 -07:00
tools ADBS now uses stack_core code to parse traces. 2014-07-07 15:14:41 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Make dex2oat heap size product configurable [build] 2014-07-08 11:33:45 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Allow symlinks to device or vendor tree in envsetup.sh. 2014-07-09 15:37:34 -07:00