Set UIManagerType as required for source_only_abi

Summary: This allows using this annotation when Buck has `java.abi_generation_mode = source_only` set.

Differential Revision: D14119311

fbshipit-source-id: 020e709924e70adb8a160069a1da9b209b99befa
This commit is contained in:
Scott Rice 2019-02-16 16:51:35 -08:00 коммит произвёл Facebook Github Bot
Родитель 24894ac795
Коммит c86f59cb82
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -6,6 +6,7 @@ rn_android_library(
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
],
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
],