• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo2android.py --run --device --tests --global_defaults=crosvm_defaults --add_workspace.
2// Do not modify this file as changes will be overridden on upgrade.
3
4package {
5    // See: http://go/android-license-faq
6    // A large-scale-change added 'default_applicable_licenses' to import
7    // all of the 'license_kinds' from "external_crosvm_license"
8    // to get the below license kinds:
9    //   SPDX-license-identifier-BSD
10    default_applicable_licenses: ["external_crosvm_license"],
11}
12
13rust_ffi_shared {
14    name: "librutabaga_gfx_ffi_shared",
15    defaults: ["crosvm_defaults"],
16    stem: "librutabaga_gfx_ffi",
17    host_supported: true,
18    crate_name: "rutabaga_gfx_ffi",
19    cargo_env_compat: true,
20    cargo_pkg_version: "0.1.0",
21    srcs: ["src/lib.rs"],
22    edition: "2021",
23    flags: [
24        "-C lto",
25    ],
26    rustlibs: [
27        "libbase_rust",
28        "libdata_model",
29        "liblibc",
30        "librutabaga_gfx",
31    ],
32}
33