Skip to content

Commit b83c7fc

Browse files
tomballcopybara-github
authored andcommitted
Fixed public tree_shaker build.
PiperOrigin-RevId: 540053910
1 parent 3d55144 commit b83c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree_shaker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RESOURCES = \
5252

5353
DIST_DEPS = $(JSR305_JAR) j2objc_annotations.jar protobuf_runtime.jar
5454
INTERNAL_DEPS = $(GUAVA_JAR) $(PROCYON_JARS) $(SCENELIB_JAR) \
55-
$(AUTOVALUE_ANNOTATIONS_JAR) $(FLOGGER_JARS)
55+
$(AUTOVALUE_ANNOTATIONS_JAR) $(FLOGGER_JARS) $(JSPECIFY_JAR)
5656
ifdef JAVA_8
5757
INTERNAL_DEPS += $(JAVAC_JAR)
5858
endif

0 commit comments

Comments
 (0)