Enable LDT by default

PiperOrigin-RevId: 494227035
This commit is contained in:
Janusz Sobczak
2022-12-09 11:50:36 -08:00
committed by Copybara-Service
parent ff5fb4a8f3
commit 0fb81f2b27
+1 -1
View File
@@ -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(