From b6e3e800d26d8ca05aca65e529cc31a180fb58d4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 31 Jan 2015 21:32:10 -0800 Subject: [PATCH] Add the fortify tests back into the glibc tests. Change-Id: I4426d0c7c1bfe3b0028a674f72d1c3b9d883d6af --- tests/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Android.mk b/tests/Android.mk index 82a92f085..bd4695f17 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -329,6 +329,7 @@ bionic-unit-tests-glibc_shared_libraries += libdl_test_df_1_global bionic-unit-tests-glibc_whole_static_libraries := \ libBionicStandardTests \ libBionicGtestMain \ + $(fortify_libs) \ bionic-unit-tests-glibc_ldlibs := \ -lrt -ldl -lutil \