commit | a5d543ce21cde323ed5d4bab29031d781cc9b03b | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Oct 26 10:09:43 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 26 09:05:01 2018 +0000 |
tree | d478ed7b9cedc9e99ad6bde1defa7df09c9acf98 | |
parent | 95dfa5223ac6c680f2138255d8b7ab122a3fd86d [diff] |
Set minSdkVersion to 16 for AppRTCMobile_stubbed_video_io_test_apk. After [1], the Chromium Roll into WebRTC fails with the following error: FAILED: gen/examples/ \ AppRTCMobile_stubbed_video_io_test_apk__apk_manifest/AndroidManifest.xml uses-sdk:minSdkVersion 13 cannot be smaller than version 14 declared in library [...]/android_arch_lifecycle_runtime_java/AndroidManifest.xml as the library might be using APIs not available in 13 Suggestion: use a compatible library with a minSdk of at most 13, or increase this project's minSdk version to at least 14, or use tools:overrideLibrary="android.arch.lifecycle" to force usage (may lead to runtime failures) [1] - https://chromium-review.googlesource.com/c/chromium/src/+/1298342 Bug: None Change-Id: I839dd9dbb346d8f40c25f6a6b93b5d5fc1c26ae9 Reviewed-on: https://webrtc-review.googlesource.com/c/108080 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25381}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.