diff options
| author | 2024-11-07 15:18:47 +0000 | |
|---|---|---|
| committer | 2024-11-07 15:18:47 +0000 | |
| commit | 79cbedfa0be0d4c195e94272588a4b113cf2577c (patch) | |
| tree | 5aba68fbf5b4cc1ea123827ee53638212b4b480d | |
| parent | 235da118b07a9eb0a3df0263ca1ff00e52370ed1 (diff) | |
Add a flag for Update Engine APIs for ART.
Bug: 377557749
Change-Id: I78082988e179199b009e5be781207c9114cc482a
Flag: android.os.update_engine_api
Test: m
| -rw-r--r-- | core/java/android/os/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/os/flags.aconfig b/core/java/android/os/flags.aconfig index 9c83bc2c88ec..d9db28e0b3c3 100644 --- a/core/java/android/os/flags.aconfig +++ b/core/java/android/os/flags.aconfig @@ -243,6 +243,15 @@ flag { } flag { + name: "update_engine_api" + namespace: "art_mainline" + description: "Update Engine APIs for ART" + is_exported: true + is_fixed_read_only: true + bug: "377557749" +} + +flag { namespace: "system_performance" name: "perfetto_sdk_tracing" description: "Tracing using Perfetto SDK." |