Link yogacore statically into yoga

Summary: A revert of D20879886.

Reviewed By: iliagore

Differential Revision: D20979490

fbshipit-source-id: cb37f931654450c408e72578abcc549f35727b07
This commit is contained in:
Gavin Weng
2020-04-17 17:31:39 -07:00
committed by Facebook GitHub Bot
parent 1bd4123df1
commit a96a36ef59

View File

@@ -54,7 +54,7 @@ yoga_cxx_library(
visibility = ["PUBLIC"], visibility = ["PUBLIC"],
deps = [ deps = [
JNI_TARGET, JNI_TARGET,
yoga_dep(":yoga"), yoga_dep(":yoga-static"),
":ndklog", ":ndklog",
], ],
) )