anestisb / android-prepare-vendor

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

Make factory download image grep more specific #132

Closed dan-v closed 5 years ago

dan-v commented 5 years ago

The September build naming for marlin/sailfish (ppr2.180905.006) breaks the current download-nexus-image.sh script as it ends up getting two images instead of one (as there is also a marlin-ppr2.180905.006.a1).

curl ... "https://developers.google.com/android/nexus/images" | grep -i "<a href=.*marlin-ppr2.180905.006"
<td><a href="https://dl.google.com/dl/android/aosp/marlin-ppr2.180905.006-factory-df8ec974.zip"
<td><a href="https://dl.google.com/dl/android/aosp/marlin-ppr2.180905.006.a1-factory-a78fe264.zip"
anestisb commented 5 years ago

Thanks for noticing.