xref: /aosp_15_r20/external/escapevelocity/Android.bp (revision d396a58ff57b0a501fa89b1f08ee8f4bb5aa1e48)
1*d396a58fSAndroid Build Coastguard Workerpackage {
2*d396a58fSAndroid Build Coastguard Worker    default_applicable_licenses: ["external_escapevelocity_license"],
3*d396a58fSAndroid Build Coastguard Worker}
4*d396a58fSAndroid Build Coastguard Worker
5*d396a58fSAndroid Build Coastguard Worker// Added automatically by a large-scale-change
6*d396a58fSAndroid Build Coastguard Worker//
7*d396a58fSAndroid Build Coastguard Worker// large-scale-change included anything that looked like it might be a license
8*d396a58fSAndroid Build Coastguard Worker// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
9*d396a58fSAndroid Build Coastguard Worker//
10*d396a58fSAndroid Build Coastguard Worker// Please consider removing redundant or irrelevant files from 'license_text:'.
11*d396a58fSAndroid Build Coastguard Worker// See: http://go/android-license-faq
12*d396a58fSAndroid Build Coastguard Workerlicense {
13*d396a58fSAndroid Build Coastguard Worker    name: "external_escapevelocity_license",
14*d396a58fSAndroid Build Coastguard Worker    visibility: [":__subpackages__"],
15*d396a58fSAndroid Build Coastguard Worker    license_kinds: [
16*d396a58fSAndroid Build Coastguard Worker        "SPDX-license-identifier-Apache-2.0",
17*d396a58fSAndroid Build Coastguard Worker    ],
18*d396a58fSAndroid Build Coastguard Worker    license_text: [
19*d396a58fSAndroid Build Coastguard Worker        "LICENSE",
20*d396a58fSAndroid Build Coastguard Worker        "NOTICE",
21*d396a58fSAndroid Build Coastguard Worker    ],
22*d396a58fSAndroid Build Coastguard Worker}
23*d396a58fSAndroid Build Coastguard Worker
24*d396a58fSAndroid Build Coastguard Workerjava_library {
25*d396a58fSAndroid Build Coastguard Worker    name: "escapevelocity",
26*d396a58fSAndroid Build Coastguard Worker    srcs: ["src/main/**/*.java"],
27*d396a58fSAndroid Build Coastguard Worker    libs: ["guava"],
28*d396a58fSAndroid Build Coastguard Worker    host_supported: true,
29*d396a58fSAndroid Build Coastguard Worker}
30