Skip to content

Commit

Permalink
Converting android support library dependencies to be provided_deps i…
Browse files Browse the repository at this point in the history
…n React Native.

Reviewed By: bestander

Differential Revision: D5326236

fbshipit-source-id: 3f2ca43a78c4c868ed6665b4d9f61630631f9502
  • Loading branch information
Alexander Komissarov authored and facebook-github-bot committed Jul 6, 2017
1 parent f18eae7 commit 46dc779
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ include_defs("//ReactAndroid/DEFS")
android_library(
name = "viewpager",
srcs = glob(["**/*.java"]),
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
],
visibility = [
"PUBLIC",
],
deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_target("java/com/facebook/react/bridge:bridge"),
Expand Down

0 comments on commit 46dc779

Please sign in to comment.