Skip to content

Commit 4334bbf

Browse files
Peter Wencopybara-github
authored andcommitted
[android] Update minimum supported OS version to 10
Chrome currently supports Android Oreo and Pie, but as of this CL, a UI will be presented to users running on Android Oreo and Android Pie. Whether this message is shown or not is possible override from a server side configuration. Bug: 425948259 Change-Id: I9de32db032f7113788eef12b9f701f911f17c53d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6598935 Auto-Submit: Peter Wen <[email protected]> Commit-Queue: Henrique Nakashima <[email protected]> Commit-Queue: Peter Wen <[email protected]> Reviewed-by: Henrique Nakashima <[email protected]> Reviewed-by: Tommy Nyquist <[email protected]> Cr-Commit-Position: refs/heads/main@{#1475756} NOKEYCHECK=True GitOrigin-RevId: 1d7f198c95b4140cfc729a1d448cabb4efaafbab
1 parent 6874aa0 commit 4334bbf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

config/android/config.gni

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,7 @@ if (is_android) {
7373

7474
# The default to use for android:minSdkVersion for targets that do
7575
# not explicitly set it.
76-
default_min_sdk_version = 26
77-
if (is_asan) {
78-
default_min_sdk_version = 27
79-
}
80-
if (enable_javaless_renderers) {
81-
default_min_sdk_version = 29
82-
}
76+
default_min_sdk_version = 29
8377

8478
# Static analysis can be either "on" or "off" or "build_server". This
8579
# controls how android lint, error-prone, bytecode checks are run. This

0 commit comments

Comments
 (0)