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_test { 14 name: "data_model_test_src_lib", 15 defaults: ["crosvm_defaults"], 16 host_supported: true, 17 crate_name: "data_model", 18 cargo_env_compat: true, 19 cargo_pkg_version: "0.1.0", 20 srcs: ["src/lib.rs"], 21 test_suites: ["general-tests"], 22 auto_gen_config: true, 23 test_options: { 24 unit_test: true, 25 }, 26 edition: "2021", 27 rustlibs: [ 28 "libassertions", 29 "libcfg_if", 30 "liblibc", 31 "libserde", 32 "libthiserror", 33 ], 34 proc_macros: ["libremain"], 35} 36 37rust_library { 38 name: "libdata_model", 39 defaults: ["crosvm_defaults"], 40 host_supported: true, 41 crate_name: "data_model", 42 cargo_env_compat: true, 43 cargo_pkg_version: "0.1.0", 44 srcs: ["src/lib.rs"], 45 edition: "2021", 46 rustlibs: [ 47 "libassertions", 48 "libcfg_if", 49 "liblibc", 50 "libserde", 51 "libthiserror", 52 ], 53 proc_macros: ["libremain"], 54} 55