From 9e41e5bed35ef0b27cf6bde34365d16e4f36cec3 Mon Sep 17 00:00:00 2001
From: David Duarte <licorne@google.com>
Date: Thu, 29 Feb 2024 22:38:54 +0000
Subject: [PATCH] Add load_did_config_from_sysprops flag

Bug: 327667978
Bug: 315241296
Test: N/A
Change-Id: I451e5acb943f41638b107f0fbb853a661ca266ee
---
 flags/did.aconfig | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 flags/did.aconfig

diff --git a/flags/did.aconfig b/flags/did.aconfig
new file mode 100644
index 00000000000..20044574005
--- /dev/null
+++ b/flags/did.aconfig
@@ -0,0 +1,9 @@
+package: "com.android.bluetooth.flags"
+container: "com.android.btservices"
+
+flag {
+    name: "load_did_config_from_sysprops"
+    namespace: "bluetooth"
+    description: "Replace bt_did.config by sysprops"
+    bug: "327667978"
+}
-- 
GitLab