Merge "Revert "[emulator-webrtc] Unblock build from source on MSVC"" into emu-master-dev
tree: 6eacaffe4bebf8e00c290c1e1839e084b0c52e88
  1. android_tools/
  2. api/
  3. audio/
  4. base/
  5. build_overrides/
  6. call/
  7. common_audio/
  8. common_video/
  9. data/
  10. docs/
  11. examples/
  12. g3doc/
  13. logging/
  14. media/
  15. modules/
  16. net/
  17. p2p/
  18. pc/
  19. resources/
  20. rtc_base/
  21. rtc_tools/
  22. sdk/
  23. stats/
  24. system_wrappers/
  25. test/
  26. third_party/
  27. tools_webrtc/
  28. video/
  29. .clang-format
  30. .git-blame-ignore-revs
  31. .gitattributes
  32. .gitignore
  33. .gn
  34. .vpython
  35. Android.bp
  36. Android.mk
  37. AUTHORS
  38. BUILD.gn
  39. CMakeLists.txt
  40. CODE_OF_CONDUCT.md
  41. codereview.settings
  42. darwin_aarch64.cmake
  43. darwin_x86_64.cmake
  44. DEPS
  45. DIR_METADATA
  46. emu_file_utils_override.cc
  47. g3doc.lua
  48. import-webrtc.py
  49. import_all.sh
  50. LICENSE
  51. license_template.txt
  52. linux_aarch64.cmake
  53. linux_x86_64.cmake
  54. METADATA
  55. MODULE_LICENSE_BSD
  56. native-api.md
  57. OWNERS
  58. OWNERS.webrtc
  59. PATENTS
  60. PRESUBMIT.py
  61. presubmit_test.py
  62. presubmit_test_mocks.py
  63. pylintrc
  64. README.chromium
  65. README.md
  66. test_resources.zip
  67. WATCHLISTS
  68. webrtc.gni
  69. webrtc_lib_link_test.cc
  70. whitespace.txt
  71. windows_x86_64.cmake
README.md

Android Emulator WebRTC branch

This contains the WebRTC project modified such that it can be build in the android emulator. It is expected to be used as part of the emulator build as it currently relies on a set of cmake macros that are made available by the emulator.

About WebRTC

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.

Development

See here for instructions on how to get started developing with the native code.

Authoritative list of directories that contain the native API header files.

More info