mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Unbreak build_android in OSS (#43803)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43803 The dependency resolution of java/com/facebook/soloader/annotation:annotation is missing in OSS and needs to be included in [build.gradle.kts](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/build.gradle.kts) instead Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D55664486 fbshipit-source-id: 3350241a7c90d075114e3f0c2776afc1ab209d5d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7b302dc8bd
commit
e70caeec10
-2
@@ -10,9 +10,7 @@ package com.facebook.react.runtime
|
||||
import com.facebook.jni.HybridData
|
||||
import com.facebook.jni.annotations.DoNotStrip
|
||||
import com.facebook.soloader.SoLoader
|
||||
import com.facebook.soloader.annotation.SoLoaderLibrary
|
||||
|
||||
@SoLoaderLibrary("jscinstance")
|
||||
public class JSCInstance constructor() : JSRuntimeFactory(initHybrid()) {
|
||||
public companion object {
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user