aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-01 23:47:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-01 23:47:21 +0000
commit2bd4594de26b2f6ebdef991145b184698f339b62 (patch)
treee3074f76a3f02e0fa20ad061b9e385bd3427d4ff
parentb83a824f6968519f6c6ac306a780882da2abb05c (diff)
parent4e5979ab37652ac187568771172ac3e5541db667 (diff)
downloadsfntly-master.tar.gz
Merge "Don't manually opt-in to the _FORTIFY_SOURCE default." into mainHEADmastermain
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 19003b3..da15b90 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,7 +58,6 @@ cc_library_static {
"-fno-short-enums",
"-finline-limit=64",
"-Wa,--noexecstack",
- "-U_FORTIFY_SOURCE",
"-Wno-extra",
"-Wno-ignored-qualifiers",
"-Wno-type-limits",
@@ -92,7 +91,6 @@ cc_library_static {
"-DNDEBUG",
"-DNVALGRIND",
"-DDYNAMIC_ANNOTATIONS_ENABLED=0",
- "-D_FORTIFY_SOURCE=2",
],
cppflags: [