Re: [android-building] How to do Incremental build with updated compiler flags

2023-08-03 Thread 'Dan Willemsen' via Android Building
Any changes in .mk / .bp files should be producing correct incremental builds -- in general since the ninja migration in Android N, though there have been some bug fixes over the years since for some specific use cases. Bug reports would be useful for any cases that you can reproduce on AOSP.

[android-building] How to do Incremental build with updated compiler flags

2023-08-03 Thread Vijay Ede
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.