mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 19:11:22 +08:00
Back to JNI storage
Summary: @public This reverts the Yoga/Java storage experiment. I will follow up with any learnings. Reviewed By: pasqualeanatriello Differential Revision: D9168405 fbshipit-source-id: fb227fb9353bd4c4e3bebbe9b04eec1132e532e8
This commit is contained in:
committed by
Facebook Github Bot
parent
73d5746122
commit
151ec411aa
@@ -1,4 +1,4 @@
|
||||
load("//ReactNative:DEFS.bzl", "react_native_dep", "rn_android_library", "JAVA_STUBS_TARGET")
|
||||
load("//ReactNative:DEFS.bzl", "react_native_dep", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "yoga",
|
||||
@@ -10,7 +10,4 @@ rn_android_library(
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
],
|
||||
provided_deps = [
|
||||
JAVA_STUBS_TARGET,
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user