Android 9.0.0 release 22
Merge "Add empty Android.mk to prevent recursion." am: dbf4e66374 am: c6ebc088d5
am: 9f02eec6dd

Change-Id: Ica423b2f555491560a66c4958f8cdd200d3fefbb
tree: 1da1b8d12b5546c4f51361348fa179ae2c8e2f6d
  1. build_overrides/
  2. chromium/
  3. data/
  4. infra/
  5. resources/
  6. talk/
  7. third_party/
  8. tools/
  9. webrtc/
  10. .clang-format
  11. .gitignore
  12. .gn
  13. all.gyp
  14. Android.bp
  15. Android.mk
  16. AUTHORS
  17. BUILD.gn
  18. check_root_dir.py
  19. codereview.settings
  20. COPYING
  21. DEPS
  22. LICENSE
  23. license_template.txt
  24. LICENSE_THIRD_PARTY
  25. MODULE_LICENSE_BSD
  26. NOTICE
  27. OWNERS
  28. PATENTS
  29. PRESUBMIT.py
  30. pylintrc
  31. README.md
  32. setup_links.py
  33. sync_chromium.py
  34. TODO
  35. WATCHLISTS
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info