commit | e0168fbe1fa6d2000d54fce90ddedda0c4385e5f | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Fri Mar 14 12:50:03 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 12:50:03 2025 -0700 |
tree | b5c570835149810cfc282204a02f4f594e796546 | |
parent | b3be51399efc35c8cf1d131599e7a83b7e5f0e11 [diff] | |
parent | d415ef4671ce4d96e16847ded929dc5014c5d265 [diff] |
Merge "Revert "Reland "Also build the compile-time tests with _FORTIFY_SOURCE=3.""" into main
diff --git a/tests/Android.bp b/tests/Android.bp index 4509cc4..72236ab 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -1445,13 +1445,3 @@ "-D_FORTIFY_SOURCE=2", ], } - -cc_library_static { - name: "bionic-compile-time-tests3-clang++", - defaults: [ - "bionic_compile_time_tests_defaults", - ], - cppflags: [ - "-D_FORTIFY_SOURCE=3", - ], -}