summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2020-06-25dalvik sysprop settings are optionalJiyong Park
dalvik sysprop settings in these mk files are changed to optional ones using the new 'a ?= b' syntax, to better express the intent that these provides safe default values which will be used when they are set in a product-specific mk file. This is also in preparation for I9c073a21c8257987cf2378012cadaeeeb698a4fb, which when lands will prohibit duplicated sysprop assignments. Bug: 117892318 Bug: 158735147 Test: m Change-Id: Ia3528c0c2f9715ff10b85b549d739c9263ab6a7e
2019-12-17Add dalvik-heap device-configs for 4/6GB devicesLokesh Gidra
We are currently using 2GB phone dalvik-heap configs for 4 and 6GB phones. Bug: 145823510 Test: mpts/greenday tests Change-Id: Ia2b826c95643f935878335c2434deadf7f8401c4
2014-12-11Increase growth limit from 64m to 80m for 1024mb hdpi tabletMathieu Chartier
Prevents apps hitting oome due to old linear alloc objects being allocated in the java heap causing the heap to be larger than it used to be. Bug: 18707227 Change-Id: Ia49a7e6b24ae9fba1961d600d4599c17313b556b
2013-05-06Add Dalvik heap definition for 7" xhdpi devices.Dianne Hackborn
Change-Id: I6a8e406ee98d3061d498bb2fbd1b97aa9e79b4b5
2012-10-03Fix issue #7271589: Cannot set Ocean HD live wallpaperDianne Hackborn
Change-Id: Id7662c503815293040c240232a6622bd6f6eab37
2012-09-30Fix issue #7257947: Need to fix heap limits on MakoDianne Hackborn
Change-Id: Id8014b19195b8740bccf000ab66c1b599ba3a1a0
2012-09-23Configure GC free to be 8MB for devices with >512MB RAM.Ian Rogers
b/6606849 Change-Id: Idad46032b4b5d309db0319caeb7a1dfc0550f9f7
2012-08-01Dalvik heap size for a 10" xhdpi tablet.Dianne Hackborn
Change-Id: Ie47702cda764817e023464944cd6dc5352fc439e
2012-06-08I am having second thoughts about 512m for the large heap size.Dianne Hackborn
Let's go with 384 megs, half way between the large heap size on Xoom and 512. Change-Id: I4a7f2e5a8b2920b49fa53777725e24811145f5f2
2012-06-05Add new Dalvik memory limit definition.Dianne Hackborn
This is for a 7in hdpi/tvdpi tablet with 1G of RAM. That sounds kind-of familiar. I don't know. Have I seen such a thing before? Maybe. Bug: 6576049 Change-Id: Iabc245692d5106feec9199eb2b5a3d06e27a9b83
2012-03-23build: add device-type dalvik heap configsDima Zavin
These have been moved from frameworks/base/build Change-Id: Ib0cdf82f4e2d61a1956baabf1fe636f46ddbc13a Signed-off-by: Dima Zavin <dima@android.com>