Add target_sdk_version to rtc_test.
Starting fom crrev.com/c/2290319, the build system will start to enforce the presence of target_sdk_version. This CL sets it to 23 to keep the current behaviour. TBR=titovartem@webrtc.org Bug: None Change-Id: If9b9d730c3899c4e6afbd6f08a56b5a73cf126a1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179084 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31705}
This commit is contained in:
parent
84a812e659
commit
bd393b29a5
@ -439,6 +439,7 @@ template("rtc_test") {
|
|||||||
if (!build_with_chromium && is_android) {
|
if (!build_with_chromium && is_android) {
|
||||||
android_manifest = webrtc_root + "test/android/AndroidManifest.xml"
|
android_manifest = webrtc_root + "test/android/AndroidManifest.xml"
|
||||||
min_sdk_version = 21
|
min_sdk_version = 21
|
||||||
|
target_sdk_version = 23
|
||||||
deps += [ webrtc_root + "test:native_test_java" ]
|
deps += [ webrtc_root + "test:native_test_java" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user