commit | 27374d986b60119efd1174f666f4397ceb6f7bb2 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Mar 19 20:15:46 2020 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Mar 23 18:19:57 2020 +0000 |
tree | 99d504fee8cd37f6d1798431c6f87f900353047e | |
parent | 521644beb8f0a100b08a4cfb91c6aafb469925aa [diff] |
Add new dex file support constructor. The requirement of an r-value for the DexFile constructor made it hard to use and required a bunch of std::move calls. Add a constructor that takes a unique_ptr instead. Bug: 151966190 Test: Build and run art_libdexfile_support_static_tests. Change-Id: Ie6711be8efce62f591814512f796605e20e1ac89