Adding missing build target for audio_device_default.
The header modules/audio_device/include/audio_device_default.h was not owned by any build target. Bug: webrtc:8946 Change-Id: I3266a613c10963688c3bea701384e1d1bb68daac Reviewed-on: https://webrtc-review.googlesource.com/c/111201 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25669}
This commit is contained in:
parent
fa0aa39fba
commit
7dbb7c311f
@ -24,6 +24,16 @@ config("audio_device_warnings_config") {
|
||||
}
|
||||
}
|
||||
|
||||
rtc_source_set("audio_device_default") {
|
||||
visibility = [ "*" ]
|
||||
sources = [
|
||||
"include/audio_device_default.h",
|
||||
]
|
||||
deps = [
|
||||
":audio_device_api",
|
||||
]
|
||||
}
|
||||
|
||||
rtc_source_set("audio_device") {
|
||||
visibility = [ "*" ]
|
||||
public_deps = [
|
||||
@ -203,6 +213,7 @@ rtc_source_set("audio_device_impl") {
|
||||
deps = [
|
||||
":audio_device_api",
|
||||
":audio_device_buffer",
|
||||
":audio_device_default",
|
||||
":audio_device_generic",
|
||||
"../..:webrtc_common",
|
||||
"../../api:array_view",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user