diff options
author | 2025-01-16 12:34:43 -0800 | |
---|---|---|
committer | 2025-01-16 12:34:43 -0800 | |
commit | d6a9d457671208ab99fc784e5e179b0a1c16b89f (patch) | |
tree | d6e21cfb825dd8d21efe5091d82d0e4b0956acef /ravenwood/texts | |
parent | 1b5cb64966be3cc949da5ea6f99da0b6d8cc9360 (diff) | |
parent | 358aa5a7ef025940f0f978816af423e1376489ce (diff) |
Merge "[ravenwood] Make all classes and methods non-final" into main am: 3a3ab97b90 am: 358aa5a7ef
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3454660
Change-Id: I0c59e7e27e50a2bb695a43579803fa153b8535b7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'ravenwood/texts')
-rw-r--r-- | ravenwood/texts/ravenwood-standard-options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ravenwood/texts/ravenwood-standard-options.txt b/ravenwood/texts/ravenwood-standard-options.txt index 3ec3e3ce2946..27223d8b72ff 100644 --- a/ravenwood/texts/ravenwood-standard-options.txt +++ b/ravenwood/texts/ravenwood-standard-options.txt @@ -5,6 +5,8 @@ # Keep all classes / methods / fields, but make the methods throw. --default-throw +--delete-finals + # Uncomment below lines to enable each feature. #--default-method-call-hook |