summaryrefslogtreecommitdiffstats
path: root/tools/preload/WritePreloadedClassFile.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+155
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-155/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* Regenerate preloaded classes for Gingerbread.Jesse Wilson2010-10-131-1/+12
| | | | | | | | | | | | Unlike previous releases where the set of classes-to-be-preloaded was generated on a first-generation device (G1 and MyTouch 3G), this round I used a second-generation device, a Nexus One. As a consequence, class loading is faster (win) and fewer classes hit the 1250ms threshold. Instead of sharing classes based on load time alone, classes are now shared based on the number of applications loading them. Change-Id: I18f7aa3e7e6258818871b3968b515c06314371b3 http://b/2546002
* Simplified algorithm used to generate the preloaded-classes list. Generated ↵Bob Lee2009-08-171-34/+64
| | | | a new preloaded-classes file.
* Updated preloaded-classes file.Bob Lee2009-08-111-41/+53
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+102
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-102/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-20/+35
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+87