Dont generate so for main library

Summary: A .so file is only needed for the JNI target. The main library can be static.

Differential Revision: D3703897

fbshipit-source-id: b2efb98a6ae4488e6107c736c263cad35ef7c4fe
This commit is contained in:
Emil Sjolander
2016-08-12 03:48:20 -07:00
committed by Facebook Github Bot 2
parent 57021eba9d
commit 916170f6ac

1
BUCK
View File

@@ -29,6 +29,7 @@ cxx_library(
tests=[':CSSLayout_tests'],
exported_headers = subdir_glob([('', 'CSSLayout/*.h')]),
header_namespace = '',
force_static = True,
compiler_flags = COMPILER_FLAGS,
deps = [],
visibility = ['PUBLIC'],