diff options
author | Elliott Hughes <enh@google.com> | 2015-02-02 05:56:26 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-02 05:56:27 +0000 |
commit | ffbda83b302e3c3970135013d2bb92402e040fe5 (patch) | |
tree | e9238d0b952a25bda4091c7a4d1a197a9c181b5c | |
parent | 21cdd22f035efd50902b7780fc6ea53bd1684357 (diff) | |
parent | b6e3e800d26d8ca05aca65e529cc31a180fb58d4 (diff) | |
download | android_bionic-ffbda83b302e3c3970135013d2bb92402e040fe5.tar.gz android_bionic-ffbda83b302e3c3970135013d2bb92402e040fe5.tar.bz2 android_bionic-ffbda83b302e3c3970135013d2bb92402e040fe5.zip |
Merge "Add the fortify tests back into the glibc tests."
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |