Bob Badour | 63e8af3 | 2021-04-20 13:58:12 -0700 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["external_okio_license"], |
| 3 | } |
| 4 | |
| 5 | // Added automatically by a large-scale-change |
| 6 | // See: http://go/android-license-faq |
| 7 | license { |
| 8 | name: "external_okio_license", |
| 9 | visibility: [":__subpackages__"], |
| 10 | license_kinds: [ |
| 11 | "SPDX-license-identifier-Apache-2.0", |
| 12 | ], |
| 13 | license_text: [ |
| 14 | "LICENSE.txt", |
| 15 | ], |
| 16 | } |
| 17 | |
arangelov | 3f7da6e | 2021-04-19 13:18:50 +0100 | [diff] [blame] | 18 | java_library { |
| 19 | name: "okio-lib", |
| 20 | srcs: [ |
| 21 | "okio/src/jvmMain/**/*.kt", |
| 22 | "okio/src/commonMain/**/*.kt", |
| 23 | ], |
| 24 | static_libs: [ |
| 25 | "guava-android-annotation-stubs", |
| 26 | ], |
| 27 | kotlincflags: [ |
| 28 | "-Xmulti-platform", |
| 29 | ], |
| 30 | sdk_version: "current", |
arangelov | 3f7da6e | 2021-04-19 13:18:50 +0100 | [diff] [blame] | 31 | } |