Skip to content

Commit

Permalink
Revert D69405559
Browse files Browse the repository at this point in the history
Summary:
This diff reverts D69405559
our team does not agree with the contents of the diff. the followup diff with fixes was not added

Reviewed By: apowolny

Differential Revision: D69734440

fbshipit-source-id: be759342cb1ef894ce0ab4304762e8e1fcff476f
  • Loading branch information
generatedunixname89002005232357 authored and facebook-github-bot committed Feb 17, 2025
1 parent 3e9bf83 commit d54cf28
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "components",
Expand Down
2 changes: 1 addition & 1 deletion litho-annotations/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_binary(
name = "litho-annotations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "annotations",
Expand Down
2 changes: 1 addition & 1 deletion litho-core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@fbsource//xplat/pfh/FBApp_UIFrameworks_Litho_Litho:DEFS.bzl", "FBApp_UIFr
# LICENSE file in the root directory of this source tree.
load("//tools/build_defs/oss:litho_defs.bzl", "fb_android_resource")

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_android_resource(
name = "res",
Expand Down
2 changes: 1 addition & 1 deletion litho-core/src/main/java/com/facebook/litho/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "litho",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "litho-coroutines-kotlin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@fbsource//xplat/pfh/FBApp_UIFrameworks_Litho_Litho:DEFS.bzl", "FBApp_UIFrameworks_Litho_Litho")
load("//tools/build_defs/oss:litho_defs.bzl", "LITHO_JAVA_TARGET", "LITHO_JSR_TARGET", "LITHO_KOTLIN_STDLIB_TARGET", "fb_android_library")

oncall("litho_components_for_android")
oncall("playgroundapps")

DEPS = [
LITHO_JSR_TARGET,
Expand Down
2 changes: 1 addition & 1 deletion litho-fresco/src/main/java/com/facebook/litho/fresco/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "fresco",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "litho-perf-logger",
Expand Down
2 changes: 1 addition & 1 deletion litho-permissions/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "litho-permissions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "specmodels",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "testing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "internal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "testing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_native.java_annotation_processor(
name = "processor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "testing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
load("@fbsource//xplat/pfh/FBApp_UIFrameworks_Litho_Litho:DEFS.bzl", "FBApp_UIFrameworks_Litho_Litho")
load("//tools/build_defs/oss:litho_defs.bzl", "fb_java_library")

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "annotations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "sections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "common",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "config",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "logger",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "debug",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_java_library(
name = "model",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_native.java_annotation_processor(
name = "processor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "widget",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
"fb_core_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_core_android_library(
name = "inlinelayoutspec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "widget",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "canvas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "collection",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "widget",
Expand Down
2 changes: 1 addition & 1 deletion litho-widget/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("//tools/build_defs/oss:litho_defs.bzl", "fb_android_resource")
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.

oncall("litho_components_for_android")
oncall("playgroundapps")

fb_android_resource(
name = "res",
Expand Down
2 changes: 1 addition & 1 deletion litho-widget/src/main/java/com/facebook/litho/widget/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load(
"make_dep_path",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "widget",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "accessibility",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load(
"litho_android_library",
)

oncall("litho_components_for_android")
oncall("playgroundapps")

litho_android_library(
name = "zoomable",
Expand Down

0 comments on commit d54cf28

Please sign in to comment.