OLD | NEW |
(Empty) | |
| 1 # Do not modify this file. If you want to add custom configuration, use the mozc
onfig-custom file instead. |
| 2 ac_add_options --enable-application=mobile/android |
| 3 ac_add_options --with-android-sdk="$ANDROID_SDK_PATH" |
| 4 ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" |
| 5 |
| 6 # Taken from mobile/android/config/mozconfigs/common |
| 7 ac_add_options --enable-elf-hack |
| 8 ac_add_options --with-android-gnu-compiler-version=4.9 |
| 9 ac_add_options --with-system-zlib |
| 10 ac_add_options --enable-stdcxx-compat |
OLD | NEW |