Converting android support library dependencies to be provided_deps in React Native.

Reviewed By: bestander

Differential Revision: D5326236

fbshipit-source-id: 3f2ca43a78c4c868ed6665b4d9f61630631f9502
This commit is contained in:
Alexander Komissarov
2017-07-05 19:12:26 -07:00
committed by Facebook Github Bot
parent 51afde821d
commit 1ab96fd077
24 changed files with 74 additions and 26 deletions

View File

@@ -9,6 +9,9 @@ android_library(
react_native_dep("third-party/java/jsr-330:jsr-330"),
],
proguard_config = "reactnative.pro",
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
],
visibility = [
"PUBLIC",
],
@@ -16,7 +19,6 @@ android_library(
react_native_dep("java/com/facebook/systrace:systrace"),
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
react_native_dep("libraries/soloader/java/com/facebook/soloader:soloader"),
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/common:common"),