Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove appcompat-v7, support-v4 from Android Support Library BUCK #22664

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions ReactAndroid/src/main/third-party/android/support/BUCK
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")

rn_android_library(
name = "support-v4",
visibility = ["PUBLIC"],
exported_deps = [
react_native_dep("third-party/android/support:support-v4"),
],
)

rn_android_library(
name = "appcompat-v7",
visibility = ["PUBLIC"],
exported_deps = [
react_native_dep("third-party/android/support:support-v4"),
],
)

# a fake genrule so that BUCK files in react native are preseable in fbsource
fb_native.genrule(
name = "appcompat-res-cmd",
Expand Down