mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
Don't include JNI dep in OSS build
Summary: When circle is using Buck, it uses prebuilt native libraries. I added this dependency internally to avoid callers having to depend on it explicitly but it looks like that broken open-source. Closes https://github.com/facebook/react-native/pull/14343 Differential Revision: D5191531 Pulled By: javache fbshipit-source-id: 5397026daac085694b3320bf6d3e7b3f5d680691
This commit is contained in:
parent
23e2771719
commit
964c3a1b7a
@ -34,6 +34,5 @@ android_library(
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
react_native_target("java/com/facebook/react/module/model:model"),
|
||||
react_native_target("jni/react/jni:jni"),
|
||||
],
|
||||
] + ([react_native_target("jni/react/jni:jni")] if not IS_OSS_BUILD else []),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user