mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Enable LDT by default
PiperOrigin-RevId: 494227035
This commit is contained in:
committed by
Copybara-Service
parent
ff5fb4a8f3
commit
0fb81f2b27
@@ -20,7 +20,7 @@ licenses(["notice"])
|
||||
# When not set, LDT encryption will not be available. We won't be able to advertise encrypted BLE4.2 advertisements nor scan for them.
|
||||
bool_flag(
|
||||
name = "enable_rust_ldt",
|
||||
build_setting_default = False,
|
||||
build_setting_default = True,
|
||||
)
|
||||
|
||||
config_setting(
|
||||
|
||||
Reference in New Issue
Block a user