Files
yoga/java/stubs/build.gradle
David Aurelio be78bfbd8c Add Unsafe based storage backend
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
2018-08-05 16:45:31 -07:00

11 lines
110 B
Groovy

apply plugin: 'java'
sourceSets {
main {
java {
srcDirs = ['src']
}
}
}