Hi, I want to check if we have an option to do incremental build after we change C/C++ compiler flags in the build configuration files like .json, .mk or .bp.
Currently i am seeing if we update the compiler flags in the config file and do incremental build it is not taking the upadated flags. we have to delete the out/ folder and run full build again for updated flags to affect and this takes longer build times. The context i am looking for this is when we do toolchain version migration we might have some compiler related errors which might need update in compiler flags. So instead of doing clean build, i am looking for a way that rest of the build from the point of error continues with new flags. Thanks Vijay -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/4f428018-1cd4-4e6f-9897-d29cfe821479n%40googlegroups.com.
