blob: db8ee02b575a32122b8834d377b4da4757912ba2 [file] [log] [blame]
Joel Galenson22020f02020-07-28 13:34:03 -07001// This file is generated by cargo2android.py --device --run --dependencies --features=modern_sqlite.
2
Bob Badour995977f2021-02-12 15:08:43 -08003package {
4 default_applicable_licenses: ["external_rust_crates_rusqlite_license"],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10 name: "external_rust_crates_rusqlite_license",
11 visibility: [":__subpackages__"],
12 license_kinds: [
13 "SPDX-license-identifier-MIT",
14 ],
15 license_text: [
16 "LICENSE",
17 ],
18}
19
Joel Galenson22020f02020-07-28 13:34:03 -070020rust_library {
21 name: "librusqlite",
22 host_supported: true,
23 crate_name: "rusqlite",
24 srcs: ["src/lib.rs"],
25 edition: "2018",
Chih-Hung Hsieh78ec43f2020-10-30 21:07:19 -070026 features: ["modern_sqlite"],
Joel Galenson22020f02020-07-28 13:34:03 -070027 rustlibs: [
28 "libbitflags",
29 "libfallible_iterator",
30 "libfallible_streaming_iterator",
Haibo Huanga7ec67b2020-12-05 00:04:04 -080031 "libhashlink",
Joel Galenson22020f02020-07-28 13:34:03 -070032 "liblibsqlite3_sys",
Joel Galenson22020f02020-07-28 13:34:03 -070033 "libmemchr",
34 "libsmallvec",
Joel Galenson22020f02020-07-28 13:34:03 -070035 ],
36}
37
38// dependent_library ["feature_list"]
Haibo Huanga7ec67b2020-12-05 00:04:04 -080039// ahash-0.4.6
Joel Galenson22020f02020-07-28 13:34:03 -070040// bitflags-1.2.1 "default"
41// fallible-iterator-0.2.0 "default,std"
42// fallible-streaming-iterator-0.1.9
Haibo Huanga7ec67b2020-12-05 00:04:04 -080043// hashbrown-0.9.1 "ahash,default,inline-more"
44// hashlink-0.6.0
Chih-Hung Hsieh78ec43f2020-10-30 21:07:19 -070045// libsqlite3-sys-0.20.1 "bundled_bindings,default,min_sqlite_version_3_6_8,pkg-config,vcpkg"
Chih-Hung Hsieh78ec43f2020-10-30 21:07:19 -070046// memchr-2.3.4 "default,std,use_std"
47// pkg-config-0.3.19
Haibo Huanga7ec67b2020-12-05 00:04:04 -080048// smallvec-1.5.1