I guess the title of this question isn't very good. The framework.jar combined with the framework.odex together makes the file that is equivalent to the android.jar but without any classes stripped out.
The title of this question really should be what is the preloaded-classes file inside framework.jar.
On Thursday, January 3, 2013 8:35:33 PM UTC-5, Gulshan Singh wrote:
When I look at /system/framework/framework.jar in the source code the only file I see is a preloaded-classes file. The comment at the top of the file says:# Classes which are preloaded by com.android.internal.os.ZygoteInit.
# Automatically generated by frameworks/base/tools/preload/WritePreloadedClassFile.java.
# MIN_LOAD_TIME_MICROS=1250
# MIN_PROCESSES=10
And the rest of the file is a list of classes.
What is the purpose of this file?