| Mathew Inwood | bad89e5 | 2018-06-28 14:12:10 +0100 | [diff] [blame^] | 1 | |
| 2 | java_library_host { | ||||
| 3 | name: "unsupportedappusage-annotation-processor", | ||||
| 4 | java_resources: [ | ||||
| 5 | "META-INF/**/*", | ||||
| 6 | ], | ||||
| 7 | srcs: [ | ||||
| 8 | "src/**/*.java", | ||||
| 9 | ], | ||||
| 10 | static_libs: [ | ||||
| 11 | "guava", | ||||
| 12 | "unsupportedappusage-annotation" | ||||
| 13 | ], | ||||
| 14 | use_tools_jar: true, | ||||
| 15 | } | ||||