From 72ab1aff5b6d976654135ea958b314379cbce6ed Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Tue, 9 Apr 2024 10:26:24 +0200 Subject: [PATCH] =?UTF-8?q?[DEPS]=C2=A0Move=20instrumented=5Flibs=20out=20?= =?UTF-8?q?of=20the=20android=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Side effect was that the roller was removing this dependency. Change-Id: Ie4669dfb08041618dbd5b32d518ec95d309b664f Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346400 Commit-Queue: Christoffer Dewerin Auto-Submit: Jeremy Leconte Commit-Queue: Jeremy Leconte Reviewed-by: Christoffer Dewerin Cr-Commit-Position: refs/heads/main@{#42022} --- DEPS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 6340d3d596..2e48e72e8a 100644 --- a/DEPS +++ b/DEPS @@ -319,6 +319,10 @@ deps = { 'url': 'https://chromium.googlesource.com/external/mockito/mockito.git@04a2a289a4222f80ad20717c25144981210d2eac', 'condition': 'checkout_android', }, + 'src/third_party/instrumented_libs': { + 'url': Var('chromium_git') + '/chromium/third_party/instrumented_libraries.git' + '@' + '0afcd954d906cd988fa5e55807c19f1443080657', + 'condition': 'checkout_instrumented_libraries', + }, # Used by boringssl. 'src/third_party/nasm': { @@ -1729,11 +1733,6 @@ deps = { 'dep_type': 'cipd', }, - 'src/third_party/instrumented_libs': { - 'url': Var('chromium_git') + '/chromium/third_party/instrumented_libraries.git' + '@' + '0afcd954d906cd988fa5e55807c19f1443080657', - 'condition': 'checkout_instrumented_libraries', - }, - 'src/third_party/android_deps/libs/javax_annotation_javax_annotation_api': { 'packages': [ {