mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

Change log:598cedadf7..c3980d4b97
Full diff:598cedadf7..c3980d4b97
Changed dependencies * fuchsia_vesion: version:12.20230316.2.1..version:12.20230321.0.1 * reclient_vesion: re_client_version:0.96.2.d36a87c-gomaip..re_client_version:0.99.0.3f95625-gomaip * src/base:a4c8f3e2ee..93e261c6e0
* src/build:f15fee7b17..af6080beca
* src/buildtools:6f568a60b0..88cc35b39e
* src/buildtools/linux64: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/buildtools/mac: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/buildtools/reclient: re_client_version:0.96.2.d36a87c-gomaip..re_client_version:0.99.0.3f95625-gomaip * src/buildtools/third_party/libc++/trunk:124c7ee3fc..6f04403d62
* src/buildtools/third_party/libc++abi/trunk:de45956e5c..9643f2cf13
* src/buildtools/third_party/libunwind/trunk:6289a2147a..29a6dda8c6
* src/buildtools/win: git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb..git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4 * src/ios:011b39d77c..54aa38ef52
* src/testing:e3592da2ee..13ec1a129e
* src/third_party:6776b74896..09f0f4a9fc
* src/third_party/androidx: TuQlJp14gzeobGXBJmyAM_s27lN3YwmFAiy9vOTImtcC..bATXuW4Sk-cpcatZpGFRBg_j771irSGgkdiTHZLeDj4C * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d788f62f13..1eea754058 * src/third_party/depot_tools:c5b38329e6..7a8daa2f9f
* src/third_party/espresso: y8fIfH8Leo2cPm7iGCYnBxZpwOlgLv8rm2mlcmJlvGsC..5LoBT0j383h_4dXbnap7gnNQMtMjpbMJD1JaGIYNj-IC * src/third_party/freetype/src:7be364c6a2..4d8db130ea
* src/third_party/libvpx/source/libvpx:f7ca33c46c..394de691a0
* src/third_party/perfetto:47c1e7fe0e..c667001f69
* src/third_party/r8: wqg46lewrSzPeyEPseXIDUvMdMjmf74eLWhGvChH6VEC..EGf7RQo3stt-vPTw69TaMGuNtnOx0Dbk1O-MBquwswYC * src/tools:59b278a7f6..a6b7d5e7a1
DEPS diff:598cedadf7..c3980d4b97
/DEPS Clang version changed llvmorg-17-init-3874-g93a2fecc:llvmorg-17-init-4759-g547e3456 Details:598cedadf7..c3980d4b97
/tools/clang/scripts/update.py BUG=None Change-Id: I318057cc10929fdea52f2222e659867934bd8df6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298580 Reviewed-by: Xavier Lepaul <xalep@webrtc.org> Reviewed-by: Björn Terelius <terelius@google.com> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39628}
26 lines
984 B
XML
26 lines
984 B
XML
<!--
|
|
* Copyright 2017 The WebRTC Project Authors. All rights reserved.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license
|
|
* that can be found in the LICENSE file in the root of the source
|
|
* tree. An additional intellectual property rights grant can be found
|
|
* in the file PATENTS. All contributing project authors may
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
-->
|
|
|
|
<manifest
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="org.appspot.apprtc.test">
|
|
|
|
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
|
|
|
|
<application>
|
|
<uses-library android:name="android.test.runner" />
|
|
</application>
|
|
|
|
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
|
|
tools:ignore="MissingPrefix"
|
|
android:targetPackage="org.appspot.apprtc"
|
|
android:label="Tests for AppRTCMobile"/>
|
|
</manifest>
|