Compile platform Android components into static libraries

Summary:
Removes extra .so files by merging built-in components into libfabricjni.so
These components shouldn't be referenced in outside modules, so merging them is trivial atm.

Changelog:
[Internal][Android] - Compile native components into static libraries

Reviewed By: cortinico

Differential Revision: D32677572

fbshipit-source-id: fc1a6c5a2832ee49e438c30856562f85677514ea
This commit is contained in:
Andrei Shikov
2021-11-30 08:31:44 -08:00
committed by Facebook GitHub Bot
parent 7eb1ff5048
commit 041398a775
7 changed files with 13 additions and 13 deletions
@@ -41,20 +41,20 @@ LOCAL_SHARED_LIBRARIES := \
libreact_config \
libreactnativeutilsjni \
librrc_image \
librrc_modal \
librrc_progressbar \
librrc_root \
librrc_scrollview \
librrc_slider \
librrc_switch \
librrc_textinput \
librrc_unimplementedview \
librrc_view \
libyoga \
react_render_componentregistry \
rrc_text
LOCAL_STATIC_LIBRARIES :=
LOCAL_STATIC_LIBRARIES := \
librrc_slider \
librrc_progressbar \
librrc_switch \
librrc_modal \
librrc_scrollview \
librrc_textinput
LOCAL_C_INCLUDES := $(LOCAL_PATH)/