summaryrefslogtreecommitdiff
path: root/sysprop/BUILD.gn
diff options
context:
space:
mode:
author Himanshu Rawat <rwt@google.com> 2024-09-20 22:37:13 +0000
committer Himanshu Rawat <rwt@google.com> 2024-10-01 16:14:33 +0000
commit7700e22ee88cb087984a7c53e6847817fcc34a26 (patch)
tree7c9aef5ecfb8b272896b62f74115e1bb5e93241c /sysprop/BUILD.gn
parent9bb9aa3c2defb0b9b4c097e2c583507d846b3e38 (diff)
System property for changing minimum key size
Introducing a system property to allow increasing the minimum key size from default of 7 octets. System property: bluetooth.gap.min_key_size Test: mmm pacakges/modules/Bluetooth Flag: EXEMPT guarded by system property Bug: 362624309 Change-Id: Idaa7eb191158d8487437642b2f2f7f5492619a88
Diffstat (limited to 'sysprop/BUILD.gn')
-rw-r--r--sysprop/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysprop/BUILD.gn b/sysprop/BUILD.gn
index 09126c8df0..407b7a88fc 100644
--- a/sysprop/BUILD.gn
+++ b/sysprop/BUILD.gn
@@ -7,6 +7,7 @@ sysprop("libcom.android.sysprop.bluetooth") {
"ble.sysprop",
"bta.sysprop",
"device_id.sysprop",
+ "gap.sysprop",
"hfp.sysprop",
]
deps = [ "//bt/floss/android-base:android-base" ]