From 5aa3eec2bf5718532139971828f022437cfca0f2 Mon Sep 17 00:00:00 2001 From: Chris Kennelly Date: Wed, 5 Aug 2026 07:42:49 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 959654532 --- tcmalloc/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tcmalloc/BUILD b/tcmalloc/BUILD index f35e78665..9eb589fd1 100644 --- a/tcmalloc/BUILD +++ b/tcmalloc/BUILD @@ -1716,3 +1716,8 @@ cc_library( ], alwayslink = 1, ) + +package_group( + name = "friends", + packages = [], +)