Add -fPIC to jni target

Summary: Add compile flag from CSSLayout to jni target as well

Reviewed By: passy

Differential Revision: D4248473

fbshipit-source-id: 18a163a3daedc56e98c7bdc38e10fc8626999f94
This commit is contained in:
Emil Sjolander
2016-11-30 03:22:09 -08:00
committed by Facebook Github Bot
parent 7d74e1cb66
commit 684a36d6cf

View File

@@ -15,6 +15,7 @@ cxx_library(
compiler_flags = [
'-fno-omit-frame-pointer',
'-fexceptions',
'-fPIC',
'-Wall',
'-Werror',
'-O3',