From 52e88ee56b72cf32bc66534d942c7398ce481331 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 30 Jul 2019 07:36:25 -0700 Subject: Export of internal Abseil changes. -- 788c948f698afe5998738cbb40b0629668640d73 by Derek Mauro : Add an empty raw_logging_internal library. The raw_logging sources will eventually migrate here. This target will only contain internal sources. Abseil compatibility guidelines require users not depend on internals. https://abseil.io/about/compatibility PiperOrigin-RevId: 260712817 -- 8ea947ec54f47fb02e97597d243cb63aa4c5fe0b by Abseil Team : Fixed an incorrect version number test for optional,etc. availability in iOS. Added tests for watchOS and tvOS. PiperOrigin-RevId: 260490390 -- 53af0544277dc3020b81d16ce110e7bc89f5cf6e by Jorg Brown : Test the error-string path a bit more. PiperOrigin-RevId: 260175886 GitOrigin-RevId: 788c948f698afe5998738cbb40b0629668640d73 Change-Id: I366b73331857dc5a1db843b650c2ba27a69a141e --- absl/base/BUILD.bazel | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'absl/base/BUILD.bazel') diff --git a/absl/base/BUILD.bazel b/absl/base/BUILD.bazel index 1a18f5f..e825de0 100644 --- a/absl/base/BUILD.bazel +++ b/absl/base/BUILD.bazel @@ -46,6 +46,15 @@ cc_library( deps = [":core_headers"], ) +cc_library( + name = "raw_logging_internal", + copts = ABSL_DEFAULT_COPTS, + linkopts = ABSL_DEFAULT_LINKOPTS, + visibility = [ + "//absl:__subpackages__", + ], +) + cc_library( name = "spinlock_wait", srcs = [ -- cgit v1.2.3