Don't build AFALG on android
authorMatt Caswell <matt@openssl.org>
Mon, 23 Apr 2018 14:37:03 +0000 (15:37 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Apr 2018 08:51:56 +0000 (09:51 +0100)
commitac98d3860206bd31fd484baf163398bfb41e8595
tree1379e87fedeb6bd7e6dc7aa0230e4965c9f4434c
parent7500bc337ae61ff370c8e77bb018114d73dfcf18
Don't build AFALG on android

This didn't get built anyway for gcc because it was detected as a cross
compile. But it did get built for clang - even though this is still a cross
compile build. This disables it in all cases for Android.

Fixes #5748

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6057)
Configurations/15-android.conf