1// This file is generated by cargo2android.py --device --run --dependencies --features=modern_sqlite. 2 3package { 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 20rust_library { 21 name: "librusqlite", 22 host_supported: true, 23 crate_name: "rusqlite", 24 srcs: ["src/lib.rs"], 25 edition: "2018", 26 features: ["modern_sqlite"], 27 rustlibs: [ 28 "libbitflags", 29 "libfallible_iterator", 30 "libfallible_streaming_iterator", 31 "libhashlink", 32 "liblibsqlite3_sys", 33 "libmemchr", 34 "libsmallvec", 35 ], 36} 37 38// dependent_library ["feature_list"] 39// ahash-0.4.6 40// bitflags-1.2.1 "default" 41// fallible-iterator-0.2.0 "default,std" 42// fallible-streaming-iterator-0.1.9 43// hashbrown-0.9.1 "ahash,default,inline-more" 44// hashlink-0.6.0 45// libsqlite3-sys-0.20.1 "bundled_bindings,default,min_sqlite_version_3_6_8,pkg-config,vcpkg" 46// memchr-2.3.4 "default,std,use_std" 47// pkg-config-0.3.19 48// smallvec-1.5.1 49