summaryrefslogtreecommitdiff
path: root/simpleperf/doc
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2019-01-17 15:10:51 -0800
committerYabin Cui <yabinc@google.com>2019-01-17 15:48:37 -0800
commit4192f469a115a5852b07300db793ebb78f2bf8ae (patch)
tree65d495ae0f8dcc5a23c8e69df1fe14005a3e8db0 /simpleperf/doc
parenta70a1872eb01a3ed91286c906d8c466283d3e306 (diff)
downloadextras-4192f469a115a5852b07300db793ebb78f2bf8ae.tar.gz
simpleperf: split simpleperf build on target.
Currently simpleperf on target builds static binary, shipped on userdebug devices and in ndk release. Now split it into two builds. Simpleperf shipped on device uses shared libs and version lib. Simpleperf shipped in ndk release is renamed to simpleperf_static. This is to ship simpleperf on Q user device. Also change the directory of simpleperf from /system/xbin to /system/bin. Bug: 118835348 Bug: 72403367 Test: build and run simpleperf manually. Change-Id: I25b861fc24fdf2edfeb432050303aaec293a005f
Diffstat (limited to 'simpleperf/doc')
-rw-r--r--simpleperf/doc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/simpleperf/doc/README.md b/simpleperf/doc/README.md
index 372db1a4..244d1045 100644
--- a/simpleperf/doc/README.md
+++ b/simpleperf/doc/README.md
@@ -1323,5 +1323,5 @@ $ lunch aosp_arm64-userdebug
$ mmma system/extras/simpleperf -j30
```
-If built successfully, out/target/product/generic_arm64/system/xbin/simpleperf is for ARM64, and
-out/target/product/generic_arm64/system/xbin/simpleperf32 is for ARM.
+If built successfully, out/target/product/generic_arm64/system/bin/simpleperf is for ARM64, and
+out/target/product/generic_arm64/system/bin/simpleperf32 is for ARM.