Skip to content

Commit

Permalink
Unbreak build_android in OSS (#43803)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Apr 3, 2024
1 parent 7b302dc commit e70caee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e70caee

Please sign in to comment.