You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB

// This file is generated by cargo2android.py --device --run --dependencies --features=modern_sqlite.
package {
default_applicable_licenses: ["external_rust_crates_rusqlite_license"],
}
// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
name: "external_rust_crates_rusqlite_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-MIT",
],
license_text: [
"LICENSE",
],
}
rust_library {
name: "librusqlite",
host_supported: true,
crate_name: "rusqlite",
srcs: ["src/lib.rs"],
edition: "2018",
features: ["modern_sqlite"],
rustlibs: [
"libbitflags",
"libfallible_iterator",
"libfallible_streaming_iterator",
"libhashlink",
"liblibsqlite3_sys",
"libmemchr",
"libsmallvec",
],
}
// dependent_library ["feature_list"]
// ahash-0.4.6
// bitflags-1.2.1 "default"
// fallible-iterator-0.2.0 "default,std"
// fallible-streaming-iterator-0.1.9
// hashbrown-0.9.1 "ahash,default,inline-more"
// hashlink-0.6.0
// libsqlite3-sys-0.20.1 "bundled_bindings,default,min_sqlite_version_3_6_8,pkg-config,vcpkg"
// memchr-2.3.4 "default,std,use_std"
// pkg-config-0.3.19
// smallvec-1.5.1