Compile JNI bindings with -Os

Summary:
@public

Compiles Yoga’s JNI bindings with `-Os`. This doesn’t have perf implications. Compressed APK size ~ -4KB, uncompressed ~ -40KB

Reviewed By: astreet

Differential Revision: D13862404

fbshipit-source-id: 43402478ab2b932f0ca79711c35dfb507bab818b
This commit is contained in:
David Aurelio
2019-02-01 10:37:40 -08:00
committed by Facebook Github Bot
parent 80d527814e
commit d3e02b15fa

View File

@@ -17,7 +17,7 @@ yoga_cxx_library(
"-fPIC",
"-Wall",
"-Werror",
"-O3",
"-Os",
"-std=c++11",
],
platforms = ANDROID,