Is there some checking mechanisms when building to make sure all jars in framework are build at the same time (In case others replace the original jar with a modified jar)?
Why asking this is that each time I changed some code in framework, I have to build the whole project. If I use mmm to build the particular part of code, the framework will crash by saying not find some services. This happens even if I use eng build config. By the way, I use odex_preopt when building. To build without odex_preopt seems works for me, but it takes too long to change dex to odex in the device. -- -- 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.
