Skip to content

Commit a9f73f4

Browse files
committed
opentelemetry: Add Android API checking
opentelemetry-android is a thing, so support it with our otel code. opentelemetry-android actually requires desugaring, so some APIs would be available that animalsniffer would believe are not. However, gRPC normally doesn't require desugaring and requiring it in just this case makes it more annoying to verify.
1 parent 6422092 commit a9f73f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opentelemetry/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ dependencies {
2929
extension = "signature"
3030
}
3131
}
32+
signature (libraries.signature.android) {
33+
artifact {
34+
extension = "signature"
35+
}
36+
}
3237
}
3338

3439
tasks.named("jar").configure {

0 commit comments

Comments
 (0)