Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: abb-build/mozconfig-common

Issue 29989567: Issue 7238 - Fix multi-locale builds (Closed)
Patch Set: Adding hg pull if cant hg update Created Jan. 28, 2019, 5:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « abb-build/build.py ('k') | abb-build/transform_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abb-build/mozconfig-common
===================================================================
--- a/abb-build/mozconfig-common
+++ b/abb-build/mozconfig-common
@@ -1,12 +1,6 @@
# 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
« no previous file with comments | « abb-build/build.py ('k') | abb-build/transform_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld