diff options
author | 2023-12-18 12:43:07 -0800 | |
---|---|---|
committer | 2023-12-18 12:43:07 -0800 | |
commit | deef2665637b809f53d31c017be3a80b2384b10f (patch) | |
tree | 8f113c274d1019282c3fd3cb303acffa2a366710 /flags/system_service.aconfig | |
parent | 27cf138c0f4ece971c8d2dafdd7b03bd07f109ca (diff) |
Move flag to correct file
fix_nonconnectable_scannable_advertisement is not a flag that belong to
the system_service
Bug: 315241296
Test: m bluetooth_flags_java_lib
Change-Id: I4022492f1b6426aeae2c7afe3ed759ff753fc325
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 57fca122af..b9a94cff5a 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -21,10 +21,3 @@ flag { bug: "289584302" } -flag { - name: "fix_nonconnectable_scannable_advertisement" - namespace: "bluetooth" - description: "Fix adv_scan_ind being reported as connectable" - bug: "316013235" -} - |