commit | 0850765ac870249fc4379f21b95a31fa58f583fa | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 14 12:53:58 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 12:53:58 2025 -0700 |
tree | c51322b36c0fee2c2756f544e47bf74d0ef9debe | |
parent | d415ef4671ce4d96e16847ded929dc5014c5d265 [diff] |
Reland^2 "Also build the compile-time tests with _FORTIFY_SOURCE=3." Bug: http://b/291762537 Change-Id: Ida079459eb53ca8d30c775a01d5ea0cbfbf5c981
diff --git a/tests/Android.bp b/tests/Android.bp index 72236ab..4509cc4 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -1445,3 +1445,13 @@ "-D_FORTIFY_SOURCE=2", ], } + +cc_library_static { + name: "bionic-compile-time-tests3-clang++", + defaults: [ + "bionic_compile_time_tests_defaults", + ], + cppflags: [ + "-D_FORTIFY_SOURCE=3", + ], +}