Generate new Android.bp file and correct build errors am: b6df60492c am: 1206c45de1

Original change: https://android-review.googlesource.com/c/platform/external/webrtc/+/1358846

Change-Id: I10dd254b34af35cb422b998fee23649bd9a7b1d4
tree: ced35a46830096764bd9faa8cddc61c933c02fa9
  1. api/
  2. audio/
  3. base/
  4. build_overrides/
  5. call/
  6. common_audio/
  7. common_video/
  8. data/
  9. docs/
  10. examples/
  11. logging/
  12. media/
  13. modules/
  14. p2p/
  15. pc/
  16. resources/
  17. rtc_base/
  18. rtc_tools/
  19. sdk/
  20. stats/
  21. style-guide/
  22. system_wrappers/
  23. test/
  24. third_party/
  25. tools_webrtc/
  26. video/
  27. .clang-format
  28. .git-blame-ignore-revs
  29. .gitignore
  30. .gn
  31. .vpython
  32. abseil-in-webrtc.md
  33. Android.bp
  34. Android.mk
  35. AUTHORS
  36. BUILD.gn
  37. CODE_OF_CONDUCT.md
  38. codereview.settings
  39. common_types.h
  40. DEPS
  41. ENG_REVIEW_OWNERS
  42. LICENSE
  43. license_template.txt
  44. METADATA
  45. MODULE_LICENSE_BSD
  46. native-api.md
  47. OWNERS.webrtc
  48. PATENTS
  49. PRESUBMIT.py
  50. presubmit_test.py
  51. presubmit_test_mocks.py
  52. pylintrc
  53. README.chromium
  54. README.md
  55. style-guide.md
  56. WATCHLISTS
  57. webrtc.gni
  58. webrtc_lib_link_test.cc
  59. whitespace.txt
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.

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