anestisb / android-prepare-vendor

Set of scripts to automate AOSP compatible vendor blobs generation from factory images
347 stars 155 forks source link

use matching wpa_supplicant.conf from AOSP #101

Closed thestinger closed 6 years ago

anestisb commented 6 years ago

Do you think it would be worth it to add some additional makefile logic to exclude items that are already defined from AOSP (e.g. see multiple conflicts here)?

It might be a bit tricky since some items have separate modules and some are copied with PRODUCT_COPY_FILES, but I think it's doable.

At any case it seems that most AOSP (if not all) versions win the race since they're included first.

thestinger commented 6 years ago

It might be worth it. Need to verify that everything matches though, which is a pain. I'm still just trying to get by and I needed this specific file from AOSP for our scanning MAC randomization on the 6P.