mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Internal change
PiperOrigin-RevId: 629183197
This commit is contained in:
committed by
Copybara-Service
parent
bba1ca540f
commit
e532ee1b92
@@ -44,6 +44,7 @@ cc_library(
|
||||
"//:__subpackages__",
|
||||
"//googlemac/iPhone/Shared/Identity/SmartSetup:__subpackages__",
|
||||
"//location/nearby/cpp:__subpackages__",
|
||||
"//location/nearby/sharing/sdk:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":flag_reader",
|
||||
|
||||
@@ -132,6 +132,9 @@ constexpr auto kUpdateTrack =
|
||||
// When true, we only upgrade the bandwidth after accepting a connection.
|
||||
constexpr auto kUpgradeBandwidthAfterAccept =
|
||||
flags::Flag<bool>(kConfigPackage, "45627824", false);
|
||||
// When true, use gRpc client to access backend.
|
||||
constexpr auto kUseGrpcClient =
|
||||
flags::Flag<bool>(kConfigPackage, "45630055", false);
|
||||
|
||||
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
return {
|
||||
@@ -166,6 +169,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45409033, kShowAutoUpdateSetting},
|
||||
{45409586, kSuppressFastInitHun},
|
||||
{45627824, kUpgradeBandwidthAfterAccept},
|
||||
{45630055, kUseGrpcClient},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user