Commit c3bb5e1e authored by halton.huo's avatar halton.huo Committed by Commit bot

libjpeg_turbo: Add linux include for android GN build.

linux and android should share same yasm defines and include_dirs,
just as src/third_party/libjpeg_turbo/libjpeg.gyp does.

BUG=455151

Review URL: https://codereview.chromium.org/893413002

Cr-Commit-Position: refs/heads/master@{#314719}
parent 1d1405a2
......@@ -84,7 +84,7 @@ if (cpu_arch == "x86" || cpu_arch == "x64") {
} else if (is_mac) {
defines += [ "MACHO" ]
include_dirs = [ "mac" ]
} else if (is_linux) {
} else if (is_linux || is_android) {
defines += [ "ELF" ]
include_dirs = [ "linux" ]
}
......
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