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…
Reference in New Issue