1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6package { 7 default_applicable_licenses: ["external_crosvm_license"], 8} 9 10rust_library { 11 name: "libaudio_util", 12 defaults: ["crosvm_inner_defaults"], 13 host_supported: true, 14 crate_name: "audio_util", 15 cargo_env_compat: true, 16 cargo_pkg_version: "0.1.0", 17 crate_root: "src/lib.rs", 18 edition: "2021", 19 rustlibs: [ 20 "libaudio_streams", 21 "libbase_rust", 22 "libthiserror", 23 ], 24 proc_macros: ["libasync_trait"], 25} 26