Files
yoga/java
Gavin Weng 4687791a27 Enhance build process
Summary:
After building yoga aar, we found several issues:
1. More dynamic so files. This is bad as lower-end Android devices cannot load that many sos.
2. Size increase.
3. (Minor) The libs are stored in asset folder rather than "libs/".

We apply the following optimizations:
1. Remove dependency on memalign16 (this is brought in by a pure header dependency jni-hack);
2. Enable native relinker to remove unused symbols in the so files.
3. Link yogacore statically to reduce size churn.

Differential Revision: D20808623

fbshipit-source-id: dfbf86525bd90a097348a15a663db2381ade3ba3
2020-04-06 02:16:34 -07:00
..
2020-01-30 04:32:20 -08:00
2020-02-18 08:24:46 -08:00
2017-02-23 05:07:20 -08:00
2020-04-06 02:16:34 -07:00
2019-10-15 10:36:38 -07:00
2019-11-13 16:46:09 -08:00
2018-10-24 03:11:40 -07:00
2019-11-13 16:46:09 -08:00