mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
24894ac795
commit
c86f59cb82
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user