aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2023-01-20 00:26:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-20 00:26:44 +0000
commit50fe98a771a78df3c0bcee96c2d3e42923f54a45 (patch)
treefdab00d0b9f2133b17d984031ead0fdc1d91e85a
parent6ffce0a0e3c3a03bab539b4c9ae172960d00b4f2 (diff)
downloadselinux-50fe98a771a78df3c0bcee96c2d3e42923f54a45.tar.gz
Revert "Set AGGRESSIVE_FREE_AFTER_REGEX_MATCH"
This reverts commit 6ffce0a0e3c3a03bab539b4c9ae172960d00b4f2. Reason for revert: b/266107191 Change-Id: I89e072c384f951637c130d7d2f5515ecc07a74f0
-rw-r--r--libselinux/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index c7e52b45..8655d49c 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -40,7 +40,6 @@ common_CFLAGS = [
"-DNO_MEDIA_BACKEND",
"-DNO_X_BACKEND",
"-DNO_DB_BACKEND",
- "-DAGGRESSIVE_FREE_AFTER_REGEX_MATCH",
"-Wall",
"-Werror",
"-Wno-error=missing-noreturn",