Add pfh labels to targets

Summary:
While it would be better to be able to do all of the ownership metadata at the Buck macro level, that proved to be more work than expected.

This diff adds the corresponding pfh label to all targets in `xplat/js/react-native-github` that have a Supermodule label. Once the migration is complete the Supermodules labels will be able to be removed.

Reviewed By: cortinico

Differential Revision: D35221544

fbshipit-source-id: d87d5e266dfb5e6ee087251dc34dff5db299bbaf
This commit is contained in:
Chris Olszewski
2022-03-30 14:37:03 -07:00
committed by Facebook GitHub Bot
parent 0353852297
commit ceae48c0f7
142 changed files with 666 additions and 161 deletions
@@ -15,7 +15,10 @@ rn_java_annotation_processor(
rn_java_library(
name = "processing-lib",
srcs = glob(["*.java"]),
labels = ["supermodule:xplat/default/public.react_native.infra"],
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholde",
"supermodule:xplat/default/public.react_native.infra",
],
source = "7",
target = "7",
deps = [