Skip to content

Commit

Permalink
[Android] Set use_raw_android_executable explicitly for test() template.
Browse files Browse the repository at this point in the history
https://chromium-review.googlesource.com/c/chromium/src/+/2826493 changes the
default value of use_raw_android_executable when build_with_chromium==false.
This CL compensates accordingly.

Bug: chromium:1149922
Change-Id: Iad544e56a3611e7d7edc1e4e9f20f390fe07c169
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215280
Reviewed-by: Mirko Bonadei <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#33748}
  • Loading branch information
pkotwicz authored and Commit Bot committed Apr 15, 2021
1 parent 0f57e0b commit 3ceb16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webrtc.gni
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ template("rtc_test") {
}
if (!build_with_chromium && is_android) {
android_manifest = webrtc_root + "test/android/AndroidManifest.xml"
use_raw_android_executable = false
min_sdk_version = 21
target_sdk_version = 23
deps += [
Expand Down

0 comments on commit 3ceb16e

Please sign in to comment.