summaryrefslogtreecommitdiffstats
path: root/mobile/android/config/mozconfigs/android-x86/nightly
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/config/mozconfigs/android-x86/nightly')
-rw-r--r--mobile/android/config/mozconfigs/android-x86/nightly17
1 files changed, 0 insertions, 17 deletions
diff --git a/mobile/android/config/mozconfigs/android-x86/nightly b/mobile/android/config/mozconfigs/android-x86/nightly
deleted file mode 100644
index c2f73febb..000000000
--- a/mobile/android/config/mozconfigs/android-x86/nightly
+++ /dev/null
@@ -1,17 +0,0 @@
-. "$topsrcdir/mobile/android/config/mozconfigs/common"
-
-ac_add_options --target=i386-linux-android
-ac_add_options --with-android-min-sdk=15
-
-
-
-ac_add_options --with-branding=mobile/android/branding/official
-
-# 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/config/mozconfigs/common.override"