1// This file is generated by cargo_embargo. 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: "audio_streams_test_src_audio_streams", 15 defaults: ["crosvm_inner_defaults"], 16 host_supported: true, 17 crate_name: "audio_streams", 18 cargo_env_compat: true, 19 cargo_pkg_version: "0.1.0", 20 srcs: ["src/audio_streams.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 "libfutures", 29 "libserde", 30 "libthiserror", 31 ], 32 proc_macros: [ 33 "libasync_trait", 34 "libremain", 35 ], 36} 37 38rust_library { 39 name: "libaudio_streams", 40 defaults: ["crosvm_inner_defaults"], 41 host_supported: true, 42 crate_name: "audio_streams", 43 cargo_env_compat: true, 44 cargo_pkg_version: "0.1.0", 45 srcs: ["src/audio_streams.rs"], 46 edition: "2021", 47 rustlibs: [ 48 "libfutures", 49 "libserde", 50 "libthiserror", 51 ], 52 proc_macros: [ 53 "libasync_trait", 54 "libremain", 55 ], 56} 57