commit | 93698e3b8d5bd9888f1ee180a8a1d280eb69eea5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Mar 12 12:53:55 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 12 12:53:55 2025 -0700 |
tree | 6c1deb0a578e7161d1ad7c33df5eca85062c2586 | |
parent | ef63067f6c79adaee1fc49581899cdf4386f1b3e [diff] | |
parent | f9f177992373ddaba9a3912ad95d5685a1c78534 [diff] |
Merge "Also build the compile-time tests with _FORTIFY_SOURCE=3." into main
diff --git a/tests/Android.bp b/tests/Android.bp index 51afa55..aeb4587 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -1453,3 +1453,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", + ], +}