diff options
author | 2025-02-05 08:04:32 +0000 | |
---|---|---|
committer | 2025-02-05 08:06:39 +0000 | |
commit | 15205a46286a645669f08d2ffb5e8debff1af13d (patch) | |
tree | 0bd4c8f472c53d04b65dc22b7f8563b0a9d76674 | |
parent | f87874774b5499495fc9b88a2a47b9ed20e242f0 (diff) |
Add flag: fix_started_module_race
Bug: 393662321
Bug: 394488590
Test: mma -j32
Change-Id: Ib6207f071087d99244338f8249358eb17ccfcae4
-rw-r--r-- | flags/framework.aconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/flags/framework.aconfig b/flags/framework.aconfig index 6464f91927..df4cf067f5 100644 --- a/flags/framework.aconfig +++ b/flags/framework.aconfig @@ -96,3 +96,14 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "fix_started_module_race" + is_exported: true + namespace: "bluetooth" + description: "Fix race in modifying and accessing started modules" + bug: "394488590" + metadata { + purpose: PURPOSE_BUGFIX + } +} |