Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8379384b5cacba6d100bcbd12079324aaa46d114..b68c86442dc5b18d0629303a2eb7eca756ecea96 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2438,7 +2438,6 @@ |
'__GNU_SOURCE=1', # Necessary for clone() |
'USE_STLPORT=1', |
'_STLP_USE_PTR_SPECIALIZATIONS=1', |
- 'HAVE_OFF64_T', |
'HAVE_SYS_UIO_H', |
'ANDROID_BINSIZE_HACK', # Enable temporary hacks to reduce binsize. |
], |
@@ -2465,6 +2464,9 @@ |
'defines': ['ANDROID_UPSTREAM_BRINGUP=1',], |
}], |
['android_build_type==0', { |
+ 'defines': [ |
+ 'HAVE_OFF64_T', |
+ ], |
'ldflags': [ |
'--sysroot=<(android_ndk_sysroot)', |
], |