Merge "Revert "Frameworks/base: Compiled-classes support""
am: 087bae3ffe
Change-Id: I32cba3d29b54827ee3d40ea022a1d9eae27cfb0f
This commit is contained in:
@@ -810,12 +810,6 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote)
|
||||
addOption("-Ximage-compiler-option");
|
||||
addOption("--image-classes=/system/etc/preloaded-classes");
|
||||
|
||||
// If there is a compiled-classes file, push it.
|
||||
if (hasFile("/system/etc/compiled-classes")) {
|
||||
addOption("-Ximage-compiler-option");
|
||||
addOption("--compiled-classes=/system/etc/compiled-classes");
|
||||
}
|
||||
|
||||
// If there is a dirty-image-objects file, push it.
|
||||
if (hasFile("/system/etc/dirty-image-objects")) {
|
||||
addOption("-Ximage-compiler-option");
|
||||
|
||||
Reference in New Issue
Block a user