mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Mark React Native annotation processors as non-ABI-affecting
Reviewed By: AaaChiuuu Differential Revision: D5518898 fbshipit-source-id: 652e5a70d27a0e598b2b6ae8f73d9d4fe19dfd36
This commit is contained in:
parent
0e93f4fa29
commit
278cd5747f
@ -2,6 +2,7 @@ include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
java_annotation_processor(
|
||||
name = "processing",
|
||||
does_not_affect_abi = True,
|
||||
processor_class = "com.facebook.react.module.processing.ReactModuleSpecProcessor",
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
@ -2,6 +2,7 @@ include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
java_annotation_processor(
|
||||
name = "processing",
|
||||
does_not_affect_abi = True,
|
||||
processor_class = "com.facebook.react.processing.ReactPropertyProcessor",
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
Loading…
x
Reference in New Issue
Block a user