mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unnecessary comment in BUCK files saying to change the contact field to the oncall of your team
Summary: This comment shouldn't be committed, and should just be part of the template that generates new BUCK files. Changelog: [Internal] Differential Revision: D23225700 fbshipit-source-id: a1728e1a4ac0f3f94c4d1330d489bfae7a76a82d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
63992c0b96
commit
3fd8a5bac5
@@ -3,7 +3,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_robolectric_test(
|
||||
name = "animated",
|
||||
srcs = glob(["**/*.java"]),
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,7 +3,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_robolectric_test(
|
||||
name = "devsupport",
|
||||
srcs = glob(["**/*.java"]),
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,7 +3,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_robolectric_test(
|
||||
name = "packagerconnection",
|
||||
srcs = glob(["**/*.java"]),
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -9,7 +9,6 @@ rn_robolectric_test(
|
||||
"MatrixMathHelperTest.java",
|
||||
"SimpleViewPropertyTest.java",
|
||||
],
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
is_androidx = True,
|
||||
visibility = [
|
||||
|
||||
@@ -3,7 +3,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_robolectric_test(
|
||||
name = "util",
|
||||
srcs = glob(["**/*.java"]),
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+test_ownership_2020@xmail.facebook.com"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -5,7 +5,6 @@ rn_robolectric_test(
|
||||
# TODO Disabled temporarily until Yoga linking is fixed t14964130
|
||||
# srcs = glob(['**/*.java']),
|
||||
srcs = glob(["image/*.java"]),
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
deps = [
|
||||
YOGA_TARGET,
|
||||
|
||||
Reference in New Issue
Block a user