From 49d2cf287db08b1f09f1246096cabf9c9a951039 Mon Sep 17 00:00:00 2001 From: Rahat Mahmood Date: Wed, 20 May 2020 18:33:51 -0700 Subject: Remove implicit dependencies for leaf packages. These packages don't actually use go_stateify or go_marshal, but end up implicitly dependent on the respective packages due to our build rules. These unnecessary dependencies make them unusuable in certain contexts due to circular dependency. PiperOrigin-RevId: 312595738 --- pkg/sync/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/sync') diff --git a/pkg/sync/BUILD b/pkg/sync/BUILD index 0e35d7d17..d0d77e19c 100644 --- a/pkg/sync/BUILD +++ b/pkg/sync/BUILD @@ -39,6 +39,8 @@ go_library( "seqcount.go", "sync.go", ], + marshal = False, + stateify = False, ) go_test( -- cgit v1.2.3