Merge "Add 'vendor: true' to headers to fix vndk builds" am: c333849418 am: 666817c7d1
am: 2f7f5be1df

Change-Id: I0606da5136a96ef7fd098f6197ed9906a09cf7e8
tree: 226623a55650a0db4a1494d1d84f77ff65a709a5
  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. AUTHORS
  16. BUILD.gn
  17. check_root_dir.py
  18. codereview.settings
  19. COPYING
  20. DEPS
  21. LICENSE
  22. license_template.txt
  23. LICENSE_THIRD_PARTY
  24. MODULE_LICENSE_BSD
  25. NOTICE
  26. OWNERS
  27. PATENTS
  28. PRESUBMIT.py
  29. pylintrc
  30. README.md
  31. setup_links.py
  32. sync_chromium.py
  33. TODO
  34. 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