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
be78bfbd8c
commit
78cdf3cadc
10
java/BUCK
10
java/BUCK
@@ -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",
|
||||
|
Reference in New Issue
Block a user