| Index: build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| diff --git a/build/secondary/third_party/libjpeg_turbo/BUILD.gn b/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| index 82472e78c1d1571f30d6a36f56f6ed704b573842..be1630207c68d610ed39f9c8a0cde2d527ace067 100644
|
| --- a/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| +++ b/build/secondary/third_party/libjpeg_turbo/BUILD.gn
|
| @@ -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" ]
|
| }
|
|
|