diff options
author | 2024-10-30 14:49:29 -0700 | |
---|---|---|
committer | 2024-10-30 14:49:29 -0700 | |
commit | 9237a1d09b14bfaaf110cfb07131a14a55834d86 (patch) | |
tree | 621ffdb0df403cab19cd396d527a9603e310152d /flags/system_service.aconfig | |
parent | b0fa765e3d11ea97601ac76872b523a248d8a417 (diff) |
SystemServer: remove avoid_static_loading_of_native
Bug: 339554081
Flag: com.android.bluetooth.flags.avoid_static_loading_of_native
Test: m . | any test that turn on & off the Bluetooth
Change-Id: I838a8a6574a48567e75c4e66b622bcabaf9c2203
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 3755c4f616..ab542121b9 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -2,16 +2,6 @@ package: "com.android.bluetooth.flags" container: "com.android.btservices" flag { - name: "avoid_static_loading_of_native" - namespace: "bluetooth" - description: "Prevent loading native during static initialization and prefer doing it during init" - metadata { - purpose: PURPOSE_BUGFIX - } - bug: "339554081" -} - -flag { name: "enforce_resolve_system_service_behavior" namespace: "bluetooth" description: "Loudly crash when it is not possible to find a service to start bluetooth" |