Skip to content

Commit

Permalink
Set crypto::tink::util::{Status|StatusOr} as alias of absl::{Status|S…
Browse files Browse the repository at this point in the history
…tatusOr} by default

PiperOrigin-RevId: 514968149
Change-Id: Id587d5b726be729c176661db5915e07be0cdf379
  • Loading branch information
morambro authored and copybara-github committed Mar 8, 2023
1 parent d962d46 commit 66e9b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tink/config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bool_flag(

bool_flag(
name = "tink_use_absl_status",
build_setting_default = False,
build_setting_default = True,
)

config_setting(
Expand All @@ -51,7 +51,7 @@ config_setting(

bool_flag(
name = "tink_use_absl_statusor",
build_setting_default = False,
build_setting_default = True,
)

config_setting(
Expand Down

0 comments on commit 66e9b16

Please sign in to comment.