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

2023-08-07 Thread Vijay Ede
l builds, so if you update it in place, that > may not trigger rebuilds. Our compiler updates are in version-specific > paths, and the path change will trigger a command line change, and thus > proper incremental builds. > > - Dan > > On Thu, Aug 3, 2023 at 9:06 AM Vijay Ede wrote:

[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.