mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
exported and provided dep should be exported_provided_dep
Reviewed By: astreet Differential Revision: D34108185 fbshipit-source-id: 72a6c9fb3654d674df405faac49dfbe67fe193b7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e47e869a00
commit
172f990dcf
@@ -14,10 +14,12 @@ rn_android_library(
|
||||
],
|
||||
),
|
||||
autoglob = False,
|
||||
exported_provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
],
|
||||
is_androidx = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/android/androidx:core"),
|
||||
react_native_dep("third-party/android/androidx:fragment"),
|
||||
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
|
||||
@@ -51,7 +53,6 @@ rn_android_library(
|
||||
],
|
||||
exported_deps = [
|
||||
":DisplayMetrics",
|
||||
react_native_dep("third-party/android/androidx:annotation"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/uimanager/common:common"),
|
||||
react_native_target("java/com/facebook/react/uimanager/interfaces:interfaces"),
|
||||
|
||||
Reference in New Issue
Block a user