summaryrefslogtreecommitdiffstats
path: root/tools/preload/loadclass
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-10-12 21:35:56 -0700
committerJesse Wilson <jessewilson@google.com>2010-10-13 16:55:26 -0700
commiteaca10e2d0a61c482b6a1799ca9f51d8f67482cb (patch)
tree0a8d7c05494fe42eacff02ead4a0275909763634 /tools/preload/loadclass
parent844a6b3ccaff1ad1443ad985e4527b733ce97c0e (diff)
downloadframeworks_base-eaca10e2d0a61c482b6a1799ca9f51d8f67482cb.zip
frameworks_base-eaca10e2d0a61c482b6a1799ca9f51d8f67482cb.tar.gz
frameworks_base-eaca10e2d0a61c482b6a1799ca9f51d8f67482cb.tar.bz2
Regenerate preloaded classes for Gingerbread.
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
Diffstat (limited to 'tools/preload/loadclass')
-rw-r--r--tools/preload/loadclass/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/preload/loadclass/Android.mk b/tools/preload/loadclass/Android.mk
index 435699d..65828be 100644
--- a/tools/preload/loadclass/Android.mk
+++ b/tools/preload/loadclass/Android.mk
@@ -2,6 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_MODULE_TAGS := tests
LOCAL_MODULE := loadclass