This CL adds a placeholder build target in preparation for an upcoming CL (https://webrtc-review.googlesource.com/c/src/+/125081). Bug: webrtc:10366 Change-Id: I5b226e01d561689acf1624e2c0bad30cc1865011 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125560 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26965}
17 lines
717 B
C++
17 lines
717 B
C++
/*
|
|
* Copyright (c) 2019 The WebRTC project authors. All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
*/
|
|
|
|
#include "modules/audio_processing/audio_buffer_placeholder.h"
|
|
|
|
// TODO(peah): Remove this file once the audio buffer has been moved to the
|
|
// audio_buffer build target. The purpose of this file is to ensure that the
|
|
// audio_buffer build target is not empty as that causes the compiler to
|
|
// complain.
|