Commit ceae2f00 authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

media: Fix CdmPathsTest test expectation on ARM64

Bug: 1128458
Change-Id: I0a08be5ccb2e245134b12f264b90ccd2376cd2ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413207
Commit-Queue: John Rummell <jrummell@chromium.org>
Auto-Submit: Xiaohan Wang <xhwang@chromium.org>
Reviewed-by: default avatarJohn Rummell <jrummell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807510}
parent ea08dc28
...@@ -51,6 +51,8 @@ const char kComponentArch[] = ...@@ -51,6 +51,8 @@ const char kComponentArch[] =
"x64"; "x64";
#elif defined(ARCH_CPU_ARMEL) #elif defined(ARCH_CPU_ARMEL)
"arm"; "arm";
#elif defined(ARCH_CPU_ARM64)
"arm64";
#else #else
"unsupported_arch"; "unsupported_arch";
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment