| Index: abb-build/mozconfig-common | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/abb-build/mozconfig-common | 
| @@ -0,0 +1,12 @@ | 
| +# Do not modify this file. If you want to add custom configuration, use the mozconfig-custom file instead. | 
| +ac_add_options --enable-application=mobile/android | 
| +ac_add_options --with-android-sdk="$ANDROID_SDK_PATH" | 
| +ac_add_options --with-android-ndk="$ANDROID_NDK_PATH" | 
| + | 
| +# Taken from mobile/android/config/mozconfigs/common | 
| +ac_add_options --enable-elf-hack | 
| +ac_add_options --with-android-gnu-compiler-version=4.9 | 
| +ac_add_options --with-system-zlib | 
| +ac_add_options --enable-stdcxx-compat | 
| + | 
| +export MOZILLA_OFFICIAL=1 | 
|  |