Index: third_party/bzip2/bzip2.gyp |
diff --git a/third_party/bzip2/bzip2.gyp b/third_party/bzip2/bzip2.gyp |
index 72730df4b231f5046d0aff9814641a55b5431190..eb603a4ff406813449ba2a3c866e2800486ece51 100644 |
--- a/third_party/bzip2/bzip2.gyp |
+++ b/third_party/bzip2/bzip2.gyp |
@@ -5,10 +5,10 @@ |
{ |
'variables': { |
'conditions': [ |
- [ 'os_posix == 1 and OS != "mac"', { |
+ [ 'os_posix == 1 and OS != "mac" and OS != "android"', { |
# Link to system .so since we already use it due to GTK. |
'use_system_bzip2%': 1, |
- }, { # os_posix != 1 or OS == "mac" |
+ }, { # os_posix != 1 or OS == "mac" or OS == "android" |
'use_system_bzip2%': 0, |
}], |
], |