Remove redundant dependency of runtimescheduler

Summary:
Changelog: [internal]

This dependency is redundant and is causing CircleCI to fail: https://app.circleci.com/pipelines/github/facebook/react-native/9495/workflows/c6002413-bd5f-431f-b23d-c1ee820cbebf/jobs/206781

Reviewed By: ShikaSD

Differential Revision: D29292209

fbshipit-source-id: a974e48300c96669ec041cb145ce57fe5c2a7fe2
This commit is contained in:
Samuel Susla
2021-06-22 06:18:16 -07:00
committed by Facebook GitHub Bot
parent 77366cd869
commit 090f828bdd
@@ -11,7 +11,6 @@ rn_android_library(
],
deps = [
react_native_target("java/com/facebook/react/runtimescheduler/jni:jni"),
"//fbandroid/java/com/facebook/proguard/annotations:annotations",
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
react_native_dep("libraries/fbjni:java"),