when I build android 6.0 with"WITH_DEXPREOPT = true" and "WITH_DEXPREOPT_BOOT_IMG_ONLY := false", all the apps and jars are all being optimized to odex files. But when I'm debugging, I just want to update framework.jar for saving time. After I update framework.jar and /system/framework/arm/boot.* and /system/framework/arm64/boot.*, the Android system will reboot before entering Launcher. Can anyone tell me how to update framework.jar separately with "WITH_DEXPREOPT = true"and "and "WITH_DEXPREOPT_BOOT_IMG_ONLY := false"". Thanks~~
-- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
