From ab0dfdd4ff06d435bae3d8a7b0c2a9ffebae9e9e Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Tue, 23 Feb 2016 18:30:35 -0800 Subject: [PATCH] Documentation fix for android aarch64 disassembly. Name of objdump tool updated. TBR=kjellander@chromium.org BUG=none Review URL: https://codereview.chromium.org/1715743003 . Review URL: https://codereview.chromium.org/1727993002 . --- README.chromium | 2 +- docs/getting_started.md | 4 ++++ include/libyuv/version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.chromium b/README.chromium index d5401f6b1..bd6499770 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1577 +Version: 1578 License: BSD License File: LICENSE diff --git a/docs/getting_started.md b/docs/getting_started.md index 68e6d4943..9f00d9650 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -162,6 +162,10 @@ mipsel ninja -j7 -C out/Debug libyuv_unittest_apk ninja -j7 -C out/Release libyuv_unittest_apk +arm32 disassembly: + + third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump -d out/Release/obj/source/libyuv.row_neon.o + arm64 disassembly: 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 diff --git a/include/libyuv/version.h b/include/libyuv/version.h index c7800d56a..532c99fb0 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1577 +#define LIBYUV_VERSION 1578 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT