AOSPAlliance / android-prepare-vendor

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

Workaround for including .vintf files in PRODUCT_COPY_FILES #26

Closed danielfullmer closed 4 years ago

danielfullmer commented 4 years ago

Since our apv output is what causes the issue, apv should set BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES so the user doesn't have to do it in their device source tree. Build tested working with taimen/walleye using an unmodified device/google/wahoo upstream.

CC @thestinger for https://github.com/GrapheneOS/device_google_wahoo/commit/46d0d05ce0e2e1d967cc894f5fbc6ae2e53c7bc3

chirayudesai commented 4 years ago

I'm ok with this workaround here, we can do it properly for #15

thestinger commented 4 years ago

Looks fine.