Chromium Code Reviews

Unified Diff: docs/getting_started.md

Issue 1715743003: Documentation fix for android aarch64 disassembly (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/getting_started.md
diff --git a/docs/getting_started.md b/docs/getting_started.md
index c51d1f9dbe30357bfc0abc966090620535c2ed03..68e6d49432d23664bdb852aff8086c580bb2d78e 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -164,7 +164,7 @@ mipsel
arm64 disassembly:
- ./third_party/android_tools/ndk//toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-4android-objdump -d out/Release/obj/source/libyuv.row_neon64.o
+ third_party/android_tools/ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump -d out/Release/obj/source/libyuv.row_neon64.o
Running tests:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine