• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "external_rust_crates_libsqlite3-sys_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-MIT
7    default_applicable_licenses: [
8        "external_rust_crates_libsqlite3-sys_license",
9    ],
10}
11
12rust_binary_host {
13    name: "sqlite3_bindgen_build",
14    srcs: ["build.rs"],
15    rustlibs: [
16        "libbindgen",
17        "libbindgen_cmd",
18    ],
19    lints: "android",
20    clippy_lints: "android",
21}
22