Configurations/15-android.conf: Make sure that the NDK path is canonical
authorRichard Levitte <levitte@openssl.org>
Sun, 12 Aug 2018 08:14:06 +0000 (10:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 12 Aug 2018 08:19:23 +0000 (10:19 +0200)
commit18174ba8a3c634085c5cd15e0f28339e7b6cf679
tree00ebf9b0b536916a271014a56ce616f87f2c1a8b
parentcba024dc685d13dbcbd0577bed028ee6b295b56a
Configurations/15-android.conf: Make sure that the NDK path is canonical

Extra slashes in paths are permissible in Unix-like platforms...
however, when compared with the result from 'which', which returns
canonical paths, the comparison might fail even though the compared
paths may be equivalent.  We make the NDK path canonical internally to
ensure the equivalence compares as equal, at least for the most
trivial cases.

Fixes #6917

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6924)
Configurations/15-android.conf