commit | b9c09faad9721f97b13b0a8f155de62f5e5a629e | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Wed Aug 23 15:13:17 2017 -0400 |
committer | Rashed Abdel-Tawab <rashed@linux.com> | Wed Sep 20 22:12:36 2017 -0400 |
tree | d1e7b1d6e308b1b132b2df63496dd9a1f1c326ec | |
parent | 0352a8da83dbf6a1154cff23e1b0a5fac8de3734 [diff] |
extract_utils: Add VDEX deodex capabilities for oreo Oreo introduces new optimized dex files (or vdex). While smali/baksmali have supported vdex since 2.2.1, you actually have to have the .vdex in the same location as the .oat or else the smali will fail due to not finding the .vdex. Copy it (if it exists) and echo a warning since vdex deodexing is still experimental. Change-Id: Ic612751be45a8b6e54b8794b426a4d5adbbf13d2