disable rust ldt by default

PiperOrigin-RevId: 546127141
This commit is contained in:
Anay Wadhera
2023-07-06 16:52:17 -07:00
committed by Copybara-Service
parent 4ecbd3bca1
commit f830eaddf0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Build Connections
run: CC=clang CXX=clang++ bazel build --check_visibility=false //connections:core --spawn_strategy=standalone
- name: Build Presence
run: CC=clang CXX=clang++ bazel build --check_visibility=false //presence --spawn_strategy=standalone --//presence/implementation:enable_rust_ldt=False
run: CC=clang CXX=clang++ bazel build --check_visibility=false //presence --spawn_strategy=standalone
build-rust-linux:
name: Build Rust on Linux
+1 -1
View File
@@ -21,7 +21,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 = True,
build_setting_default = False,
)
config_setting(