Add an example app for Android native API.

The app is a simple loopback demo demonstrating the usage of Android
native API. This is an initial version and I will add support for
HW codecs etc. in the future.

Bug: webrtc:8769
Change-Id: Ifb6209769dabeb8ca3185b969a1ef8afd6d84390
Reviewed-on: https://webrtc-review.googlesource.com/60540
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22385}
This commit is contained in:
Sami Kalliomäki
2018-03-08 16:43:16 +01:00
committed by Commit Bot
parent 0dd7435abc
commit 3e77afd0d2
15 changed files with 710 additions and 18 deletions

View File

@ -0,0 +1,4 @@
include_rules = [
"+modules/utility/include",
"+sdk/android/native_api",
]