• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5java_library {
6    name: "android_onboarding.contracts.annotations",
7    srcs: [
8        "*.kt",
9    ],
10    static_libs: [
11        "androidx.annotation_annotation",
12    ],
13}
14
15java_library_host {
16    name: "android_onboarding.contracts.annotations_host",
17    srcs: [
18        "*.kt",
19    ],
20    static_libs: [
21        "androidx.annotation_annotation",
22    ],
23}
24