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:
David Aurelio
2018-08-06 02:10:43 -07:00
committed by Facebook Github Bot
parent be78bfbd8c
commit 78cdf3cadc
14 changed files with 369 additions and 2780 deletions

View File

@@ -29,19 +29,9 @@ yoga_cxx_library(
],
)
yoga_java_library(
name = "stubs",
srcs = glob(["stubs/**/*.java"]),
source = "1.7",
target = "1.7",
)
yoga_java_library(
name = "java",
srcs = glob(["com/facebook/yoga/*.java"]),
provided_deps = [
":stubs",
],
required_for_source_only_abi = True,
source = "1.7",
target = "1.7",