Hi Dan,
Thanks for reply.
But my issue is bit weird. When I do make in AOSP root folder, I can see the "external/wpa_supplicant_8/wpa_supplicant/Android.mk" being called and executed(verified from logs), but even then the 'C' code and changes there are not reflected in my final build.
For verification even if I put some syntax error in few C files(which are include in Android.mk) under wpa_supplicant the build succeeded without error but changes are not reflected.
As per your suggestion doing "m wpa_supplicant`" in external/wpa_supplicant_8 detects syntax errors produced intermediate Obj on out directory. Not sure how flash them in device.
Not sure if wpa_supplicant is build from somewhere else OR ninja build system on Android 10 is skipping the changes based on some rules? Please note I am not facing the issue on Android 9
Thanks
Sachin