From 507165a705e51b8210c7745a4088b0b46c2452a1 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 19 Mar 2026 14:21:08 -0700 Subject: [PATCH] We are treating static prefixes as another type of banned prefix as an intermediate step. Introducing DroppedPrefix to represent these. PiperOrigin-RevId: 886372797 --- nullability/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullability/BUILD b/nullability/BUILD index 60dbbbe6b..433ac3edc 100644 --- a/nullability/BUILD +++ b/nullability/BUILD @@ -41,7 +41,6 @@ cc_library( "@llvm-project//clang:analysis", "@llvm-project//clang:ast", "@llvm-project//clang:basic", - "@llvm-project//llvm:Support", ], ) @@ -194,6 +193,7 @@ cc_library( srcs = ["type_nullability.cc"], hdrs = ["type_nullability.h"], visibility = [ + "//net/fabric/controller/edge/luge:__pkg__", "//nullability/inference:__pkg__", "//nullability/test:__pkg__", ],