. "$topsrcdir/mobile/android/b2gdroid/config/mozconfigs/common" ac_add_options --enable-profiling # Android ac_add_options --with-android-min-sdk=11 ac_add_options --target=arm-linux-androideabi ac_add_options --with-branding=mobile/android/b2gdroid/branding/unofficial # This will overwrite the default of stripping everything and keep the symbol table. # This is useful for profiling with eideticker. See bug 788680 STRIP_FLAGS="--strip-debug" export MOZILLA_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 . "$topsrcdir/mobile/android/b2gdroid/config/mozconfigs/common.override"