Skip to content

Commit

Permalink
remove comments from buck file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Jan 24, 2023
1 parent 889b599 commit e5ee49a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra

rn_android_library(
name = "logging",
# srcs = glob(["**/*.java"]),
srcs = glob(["**/*.java"]),
autoglob = False,
language = "JAVA",
visibility = [
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/src/test/java/com/facebook/react/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "r

rn_robolectric_test(
name = "react",
# srcs = glob(["*.java"]),
srcs = glob(["*.java"]),
contacts = ["[email protected]"],
language = "JAVA",
deps = [
Expand Down
2 changes: 0 additions & 2 deletions ReactAndroid/src/test/java/com/facebook/react/views/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "r

rn_robolectric_test(
name = "views",
# TODO (T110934492): Disabled temporarily until tests are fixed
# srcs = glob(['**/*.java']),
srcs = glob([
"image/*.java",
"view/*.java",
Expand Down

0 comments on commit e5ee49a

Please sign in to comment.