Skip to content

Commit

Permalink
Remove additional glob in vmbootstrap as glob pattern '*.js' didn't m…
Browse files Browse the repository at this point in the history
…atch anything.

PiperOrigin-RevId: 719473098
  • Loading branch information
mollyibot authored and copybara-github committed Jan 25, 2025
1 parent a626721 commit 5254397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre/java/javaemul/internal/vmbootstrap/primitives/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ generate_primitive_type(

filegroup(
name = "primitives",
srcs = glob(["*.js"]) + [
srcs = [
":src_boolean",
":src_byte",
":src_char",
Expand Down

0 comments on commit 5254397

Please sign in to comment.