commit | 83c64fd6da3f87ed4e5ddbea13a74a84cf79c6dc | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 07 15:55:10 2025 -0800 |
committer | Yabin Cui <yabinc@google.com> | Mon Feb 10 12:42:13 2025 -0800 |
tree | 76919d104e020024a1da16a9c6d0026066880049 | |
parent | d9128ec4b0129ad9047a130cc24e80f7800c6a4b [diff] |
simpleperf: link simpleperf_ndk with dynamic libdexfile This change let simpleperf_ndk always use libdexfile.so on the device to read symbols from DEX files running on that device. Consequently, libdexfile in AOSP can drop support for the old CDEX file format. Also replace the CDEX file in testdata with a DEX file. Bug: 369208474 Test: run simpleperf_ndk manually on Android S+ Test: run simpleperF_unit_test Change-Id: I85026f324058a33f41ca0dc6647fc5961a850333