commit | 423b78acfa1755605275f0e8d21092acceb44635 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Oct 19 14:54:40 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Oct 20 09:48:13 2021 -0700 |
tree | e847545459aa628c47d05a63add847a97ef2a3d6 | |
parent | 381f06a45e4d1e7fbd6a5d920769539cce5952b0 [diff] |
simpleperf: replace ExampleWithNative with ExampleCpp. The native library built in ExampleWithNative is too old to work with current llvm-symbolizer. So replace it with ExampleCpp. ExampleCpp has the same source code, but is built with newer ndk, and has shorter package name. It also drops wrap.sh. Because the gradle file building it no longer works, and wrap.sh is only needed in Android O. Bug: 203246914 Test: none Change-Id: I48e497ef21a24920131bf78c371beaf0bc1efa22