Skip to content

Commit

Permalink
Removing no longer used shaded artifact
Browse files Browse the repository at this point in the history
Summary: After D64856423 we no longer need to shade/unshade plugins (except for those directly integrated in Intellij)

Reviewed By: pengj

Differential Revision: D64960008

fbshipit-source-id: 581d2b953aaeaea9e739d5cf9d5c312e83e7b315
  • Loading branch information
rybalkinsd authored and facebook-github-bot committed Oct 25, 2024
1 parent 94db6ae commit 1ecd182
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions litho-compiler-plugin/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.

load("@fbsource//third-party/java/jarjar:unshade.bzl", "shade_kotlin_compiler_plugin_rule")
load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("@fbsource//tools/build_defs/features:native_feature_wrapper.bzl", "feature_native")
load("@fbsource//xplat/pfh/FBApp_UIFrameworks_Litho_Litho:DEFS.bzl", "FBApp_UIFrameworks_Litho_Litho")

oncall("litho_components_for_android")

Expand All @@ -17,10 +14,3 @@ fb_native.java_binary(
"//fbandroid/libraries/components/litho-compiler-plugin/compiler:litho-compiler",
],
)

feature_native.prebuilt_jar(
name = "litho-compiler-plugin-shaded",
binary_jar = shade_kotlin_compiler_plugin_rule(":litho-compiler-plugin"),
feature = FBApp_UIFrameworks_Litho_Litho,
visibility = ["PUBLIC"],
)

0 comments on commit 1ecd182

Please sign in to comment.