From 9873ea3f1ea238ba7abfb635807614517c52be4b Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 5 Dec 2017 15:28:55 +0000 Subject: COMPMID-556: Revert COMPMID-652 Revert back to static linkage for android as dynamic linkage causes error within libc++ Change-Id: I448dd5ff4e527b81d702e331bd070101431fb7de Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111995 Reviewed-by: Anthony Barbier Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 240a8fba45..336ec5eb7f 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -50,7 +50,7 @@ vars.Update(test_env) Help(new_options.GenerateHelpText(test_env)) -if env['os'] in ['bare_metal'] or env['standalone']: +if env['os'] in ['android', 'bare_metal'] or env['standalone']: Import("arm_compute_a") Import("arm_compute_core_a") test_env.Append(LIBS = [arm_compute_a, arm_compute_core_a]) -- cgit v1.2.1