exported and provided dep should be exported_provided_dep

Reviewed By: astreet

Differential Revision: D34108185

fbshipit-source-id: 72a6c9fb3654d674df405faac49dfbe67fe193b7
This commit is contained in:
Ian Childs
2022-02-10 07:47:52 -08:00
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"),