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

@@ -52,7 +52,6 @@ android {
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
compileOnly project(':yoga:proguard-annotations')
compileOnly project(':yoga:stubs')
implementation 'com.facebook.soloader:soloader:0.5.1'
testImplementation 'junit:junit:4.12'
}