diff options
author | Giovanny Andres Gongora Granada <gioyik@gmail.com> | 2015-03-08 22:19:21 -0500 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-04-04 00:53:03 +0200 |
commit | 65d4d25f525ada66bda66dddd2e9a40144d2ebf3 (patch) | |
tree | 2c8767169c270da3ef8e9bf00191362f35e2d760 /.gitignore | |
parent | ad937752eee1bb06dabccc57fdf7aef56e865013 (diff) | |
download | node-new-65d4d25f525ada66bda66dddd2e9a40144d2ebf3.tar.gz |
build: default to armv7+vfpv3 for android
Also add Android build instructions to the README.
PR-URL: https://github.com/iojs/io.js/pull/1307
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c71df785ab..19fb384003 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ deps/icu*.zip deps/icu*.tgz deps/icu-tmp ./node_modules +android-toolchain/ .svn/ # generated by gyp on Windows |