build: use required platform in android-configure
authorEvan Lucas <evanlucas@me.com>
Sun, 23 Aug 2015 03:40:41 +0000 (22:40 -0500)
committerEvan Lucas <evanlucas@me.com>
Mon, 24 Aug 2015 20:58:25 +0000 (15:58 -0500)
commitecb840c14a020d77a45a71dab1a308a741ae1258
tree73692888988758de9ebe64ad8b86185aaa5d97d5
parentcaa0d0c0a761cdcc516cd9b7a214e5f05526bb9e
build: use required platform in android-configure

The introduction of libuv 1.6.0 broke the android-configure script by
not specifying the correct platform. uv_os_homedir uses getpwuid_r
which was not made public until API level 21 on android.

The regression was introduced in a804026...b5cd2f0

PR-URL: https://github.com/nodejs/node/pull/2501
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
android-configure