diff options
author | Tsung-En Hsiao <joshua841025@gmail.com> | 2015-08-28 00:15:05 +0800 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-09-14 22:02:05 +0100 |
commit | 421b6a431c57398637b5512ec5df6e374f404a17 (patch) | |
tree | 3d9b98ed18c64687f909c62c72a5703be8ff13c2 /docs | |
parent | b68e16a0af8e3977d1211437ff765a4020f6d272 (diff) |
docs: Update the path of egltrace.so.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Dalvik.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Dalvik.markdown b/docs/Dalvik.markdown index 559c6d10..bb35a9cf 100644 --- a/docs/Dalvik.markdown +++ b/docs/Dalvik.markdown @@ -7,7 +7,7 @@ other operating systems. The following discussion assumes that tracing library is copied to '/data': - adb push /path/to/apitrace/build/wrappers/egltrace.so /data + adb push /path/to/apitrace/libs/[arch]/egltrace.so /data ## Tracing on Android 4.0 and newer ## |