summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Linus Tufvesson <lus@google.com> 2024-11-04 15:23:45 +0100
committer Linus Tufvesson <lus@google.com> 2024-11-05 09:00:15 +0000
commit8be2939bfb620b1c01b64153f65c128c694a88c8 (patch)
tree26460504908373ecd0e7ad930fe58fa43b69cafc
parente2e3170c546b5011927135d4a610c848c5a3538d (diff)
Clean up oneway_finalizer_close
Flag was replaced by oneway_finalizer_close_fixed Bug: 3330453 Test: atest FrameworksCoreTests:android.database Change-Id: I67b825a5213eca02d0314ff484ee9a85748fb437
-rw-r--r--core/java/android/database/sqlite/flags.aconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/database/sqlite/flags.aconfig b/core/java/android/database/sqlite/flags.aconfig
index 1b8471dfef4c..c2cc9d18e457 100644
--- a/core/java/android/database/sqlite/flags.aconfig
+++ b/core/java/android/database/sqlite/flags.aconfig
@@ -2,13 +2,6 @@ package: "android.database.sqlite"
container: "system"
flag {
- name: "oneway_finalizer_close"
- namespace: "system_performance"
- description: "Make BuildCursorNative.close oneway if in the the finalizer"
- bug: "368221351"
-}
-
-flag {
name: "oneway_finalizer_close_fixed"
namespace: "system_performance"
is_fixed_read_only: true