mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-18 09:23:16 +08:00
Summary: @public Adds another version of property storage for `YogaNode`, using `sun.misc.Unsafe`. Adopts the stub concept from Litho for `Unsafe`, as it is hidden by the Android SDK. Reviewed By: pasqualeanatriello Differential Revision: D9140103 fbshipit-source-id: a4b376eca341b724a00f873467ae8bf8eaac69f4
8 lines
167 B
Python
8 lines
167 B
Python
load("//ReactNative:DEFS.bzl", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "stubs",
|
|
srcs = glob(["stubs/src/**/*.java"]),
|
|
visibility = ["PUBLIC"],
|
|
)
|