Skip to content

Commit 0baf1e5

Browse files
mdvaccameta-codesync[bot]
authored andcommitted
Revert D91913117: Fix MissingSoLoaderLibrary lint warning (#55473)
Summary: Pull Request resolved: #55473 Revert D91913117 which added SoLoaderLibrary("reactnativejni") annotation to ReactNativeJNISoLoader.kt and the corresponding soloader annotation dependency in BUCK. changelog: [internal] internal Reviewed By: cortinico Differential Revision: D92722377 fbshipit-source-id: 7e054749c2c841e4ae28334e0c52b29a08501bc0
1 parent 7dd2d25 commit 0baf1e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/ReactNativeJNISoLoader.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ package com.facebook.react.bridge
99

1010
import com.facebook.react.common.annotations.internal.InteropLegacyArchitecture
1111
import com.facebook.soloader.SoLoader
12-
import com.facebook.soloader.annotation.SoLoaderLibrary
1312

1413
@InteropLegacyArchitecture
15-
@SoLoaderLibrary("reactnativejni")
1614
internal object ReactNativeJNISoLoader {
1715

1816
@JvmStatic

0 commit comments

Comments
 (0)