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.
