Add ART components into Catalyst app Android

Summary:
Simple diff to add ART components into Catalyst app Android

changelog: [Internal] Internal changes to add support of ART for Fabric

Reviewed By: JoshuaGross

Differential Revision: D21621479

fbshipit-source-id: d957c25f447d19d8f349c69aa20f5f19237d867a
This commit is contained in:
David Vacca 2020-05-22 01:17:26 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 19e0b133f8
Коммит 95546d932f
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -63,13 +63,10 @@ rn_xplat_cxx_library(
"//xplat/folly:molly",
YOGA_CXX_TARGET,
react_native_xplat_target("utils:utils"),
react_native_xplat_target("fabric/attributedstring:attributedstring"),
react_native_xplat_target("fabric/core:core"),
react_native_xplat_target("fabric/debug:debug"),
react_native_xplat_target("fabric/graphics:graphics"),
react_native_xplat_target("fabric/components/view:view"),
react_native_xplat_target("fabric/uimanager:uimanager"),
react_native_xplat_target("fabric/componentregistry:componentregistry"),
],
)