Codebase list mozc / 6a2afc9
Fix build failure in Android caused by 432fe3f55e8705c3189f9a554. 432fe3f55e8705c3189f9a554524f497ef019d03 accidentally included a piece of code that was already removed by 46440f371dda6a16e3e69b2be6df2fe6391c5464. BUG=none TEST=compile Android build. Yohei Yukawa 8 years ago
2 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
6565 #include "base/win_util.h"
6666
6767 #ifdef OS_ANDROID
68 // HACK to avoid a bug in sysconf in android.
69 #include "android/jni/sysconf.h"
70 #define sysconf mysysconf
7168 #include "base/android_util.h"
7269 #endif // OS_ANDROID
7370
00 MAJOR=2
11 MINOR=17
2 BUILD=2104
2 BUILD=2105
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.