summaryrefslogtreecommitdiff
path: root/import_from_android.sh
diff options
context:
space:
mode:
authordigit@chromium.org <digit@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-29 17:31:05 +0000
committerdigit@chromium.org <digit@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-04-29 17:31:05 +0000
commita32986f363afaf19de1ed6957901964217a72f2f (patch)
tree4b6e24356ba140b21e0c01241c1256467b06175e /import_from_android.sh
parent0991a83e4577214d056fe12c673bfde172cbf8f8 (diff)
downloadopenssl-a32986f363afaf19de1ed6957901964217a72f2f.tar.gz
[MIPS] Add build support for MIPS in openssl.gyp
The gyp file missed support for MIPS arch. This caused a build break when content shell was built for MIPS. BUG=130022 TEST=build content shell for MIPS Review URL: https://chromiumcodereview.appspot.com/14531003 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/openssl@197066 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'import_from_android.sh')
-rwxr-xr-ximport_from_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_from_android.sh b/import_from_android.sh
index 17a7d1c..fe40e3e 100755
--- a/import_from_android.sh
+++ b/import_from_android.sh
@@ -402,7 +402,7 @@ generate_gyp_file () {
echo "# See 'import_from_android.sh --help' for details."
local ALL_PREFIXES="OPENSSL_CRYPTO OPENSSL_SSL"
- local ALL_ARCHS="arm x86 x86_64"
+ local ALL_ARCHS="arm mips x86 x86_64"
local PREFIX ARCH LIST
print_gyp "{"