anestisb / android-prepare-vendor

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

remove hard-wired vendor LOCAL_DEX_PREOPT := false #70

Closed thestinger closed 7 years ago

thestinger commented 7 years ago

The AOSP build system already avoids optimizing apks outside of system:

https://android.googlesource.com/platform/build.git/+/edfd55ae999eb7bfc932cfa88a1a8dcd6bad1169

Relying on the AOSP build system for this will allow CopperheadOS to enable optimization outside system without changing android-prepare-vendor.