Commit c72537e
Add
Summary:
[Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations:
> ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation.
> The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ...
Reviewed By: digantdesai, thezhangwei
Differential Revision: D77479748required_for_abi_source_only = True to extension/android:executorch_llama (#12093)1 parent fd677ac commit c72537e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments