anestisb / android-prepare-vendor

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

fix setting the fingerprint property #90

Closed thestinger closed 7 years ago

thestinger commented 7 years ago

It's currently added to the file before the headers are generated, which clobbers this bit of code.

anestisb commented 7 years ago

Nice catch. Noticed that fingerprint was broken and thought that something was broken with the included binaries.

Thanks.

thestinger commented 7 years ago

I was setting it in our device/google/marlin repository but wanted to remove it, and noticed it wasn't set here anymore.