blob: 3d469f934531504b297eaa84d9ba8469d2178466 [file] [log] [blame]
Joel Galensonb434f322021-11-29 14:05:59 -08001// This file is generated by cargo2android.py --config cargo2android.json.
Elliott Hughesd7bcf432021-04-02 10:50:05 -07002// Do not modify this file as changes will be overridden on upgrade.
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -07003
Bob Badour165a7dd2021-02-03 18:30:11 -08004package {
5 default_applicable_licenses: ["external_rust_crates_which_license"],
6}
7
8// Added automatically by a large-scale-change
9// http://go/android-license-faq
10license {
11 name: "external_rust_crates_which_license",
12 visibility: [":__subpackages__"],
13 license_kinds: [
14 "SPDX-license-identifier-MIT",
15 ],
16 license_text: [
17 "LICENSE.txt",
18 ],
19}
20
Matthew Maurer04f52ba2020-07-06 13:34:55 -070021rust_library {
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -070022 name: "libwhich",
Chih-Hung Hsiehb60ac1d2020-07-12 14:51:23 -070023 host_supported: true,
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -070024 crate_name: "which",
Joel Galensonb434f322021-11-29 14:05:59 -080025 cargo_env_compat: true,
David LeGare41346922022-03-02 16:21:24 +000026 cargo_pkg_version: "4.2.4",
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -070027 srcs: ["src/lib.rs"],
Elliott Hughesd7bcf432021-04-02 10:50:05 -070028 edition: "2018",
Matthew Maurer04f52ba2020-07-06 13:34:55 -070029 rustlibs: [
Elliott Hughesd7bcf432021-04-02 10:50:05 -070030 "libeither",
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -070031 "liblibc",
32 ],
Chih-Hung Hsiehfab83772020-04-07 14:24:03 -070033}