Revert D15602923: [yoga] passing layout context and getting local reference from it
Differential Revision: D15602923 Original commit changeset: 54b25956af09 fbshipit-source-id: 8ce26a7f00d76bd5ade18f32ad14d943118a6f31
This commit is contained in:
committed by
Facebook Github Bot
parent
b1e6793460
commit
586eb6102a
@@ -13,8 +13,8 @@ CXX_LIBRARY_WHITELIST_FOR_TESTS = CXX_LIBRARY_WHITELIST + [
|
|||||||
yoga_cxx_library(
|
yoga_cxx_library(
|
||||||
name = "jni",
|
name = "jni",
|
||||||
srcs = glob(["jni/*.cpp"]),
|
srcs = glob(["jni/*.cpp"]),
|
||||||
header_namespace = "yoga/java",
|
headers = glob(["jni/*.h"]),
|
||||||
exported_headers = glob(["jni/*.h"]),
|
header_namespace = "",
|
||||||
allow_jni_merging = True,
|
allow_jni_merging = True,
|
||||||
compiler_flags = [
|
compiler_flags = [
|
||||||
"-fno-omit-frame-pointer",
|
"-fno-omit-frame-pointer",
|
||||||
|
Reference in New Issue
Block a user