commit | b3be51399efc35c8cf1d131599e7a83b7e5f0e11 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 14 12:19:11 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 12:19:11 2025 -0700 |
tree | 21601e2435a99769b2116c1f838c55fa536309f8 | |
parent | 5a8698b35be3bda39041c6201f8a3791f3eedbea [diff] | |
parent | fb9026fb5a8c0b747691e2cd4135e36d48d0dc1e [diff] |
Merge "Reland "Also build the compile-time tests with _FORTIFY_SOURCE=3."" into main
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", + ], +}