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_supplican**t* 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 On Sat, Oct 5, 2019 at 2:22 AM 'Dan Willemsen' via Android Building < [email protected]> wrote: > Does whichever product you're building set WPA_SUPPLICANT_VERSION so that > external/wpa_supplicant_8 is used? > > > https://android.googlesource.com/platform/external/wpa_supplicant_8/+/refs/heads/master/Android.mk > > Is wpa_supplicant in your PRODUCT_PACKAGES? If not, you should be able to > build it with `m wpa_supplicant` > > - Dan > > On Thu, Oct 3, 2019 at 12:53 PM sachin verma <[email protected]> > wrote: > >> Hi All, >> >> I have done some changes in >> external/wpa_supplicant_8/wpa_supplicant/hs20_supplicant.c file and then >> compiling it by running make command in AOSP root directory, after >> completion I can't see my changes. I checked its not compiling the >> wpa_supplicant module. It will be very helpful if someone can tell the >> reason or can tell the configuration where I can enable the compilation of >> wpa_supplicant. >> >> Thanks, >> Sachin >> >> -- >> -- >> 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/2c8e6527-b724-4aed-937d-907ca0821884%40googlegroups.com >> <https://groups.google.com/d/msgid/android-building/2c8e6527-b724-4aed-937d-907ca0821884%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > -- > 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/CALQgHdnYvRZ6j1Tc%3DbLgCgWzpOXb5odoAtuJoENHtEEJQLWADQ%40mail.gmail.com > <https://groups.google.com/d/msgid/android-building/CALQgHdnYvRZ6j1Tc%3DbLgCgWzpOXb5odoAtuJoENHtEEJQLWADQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CA%2BYOsKLBGCwVA8HH9S2D%3DPYWh1KA5Xd39Cv89YzdgysBWwwuDw%40mail.gmail.com.
