Split out video targets from //sdk/android:base_java.

Bug: webrtc:9048
Change-Id: Icda0fabf41610f99254d244e0b11d321eee345f7
Reviewed-on: https://webrtc-review.googlesource.com/65120
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22752}
This commit is contained in:
Sami Kalliomäki
2018-04-04 15:59:31 +02:00
committed by Commit Bot
parent 259a497632
commit 1641ca3dd3
5 changed files with 181 additions and 51 deletions

View File

@ -0,0 +1,17 @@
/*
* Copyright 2018 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.
*/
package org.webrtc;
/**
* Empty class for use in libjingle_peerconnection_java because all targets require at least one
* Java file.
*/
class Empty {}