From 6a11686061d7646d6683c0ddf9d8dd4003bcc745 Mon Sep 17 00:00:00 2001 From: David Pizzuto Date: Tue, 11 Nov 2025 09:41:45 -0800 Subject: [PATCH] platform: Add Google-specific build configuration. PiperOrigin-RevId: 830953590 --- tsl/platform/platform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsl/platform/platform.h b/tsl/platform/platform.h index ebc3173d5..d3ef153b6 100644 --- a/tsl/platform/platform.h +++ b/tsl/platform/platform.h @@ -62,6 +62,10 @@ limitations under the License. #define PLATFORM_POSIX #define PLATFORM_PORTABLE_GOOGLE +#elif defined(PIE_EXTERNAL) +#define PLATFORM_POSIX +#define PLATFORM_PORTABLE_GOOGLE + #else // If no platform specified, use: #define PLATFORM_POSIX