0

Update minimum Android API version to 26 (Oreo)

Change-Id: I0a50349471671d177ee26abf5200e695cb8b56a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5984958
Auto-Submit: John Rummell <jrummell@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1377045}
This commit is contained in:
John Rummell
2024-11-01 20:10:34 +00:00
committed by Chromium LUCI CQ
parent c6bc960a47
commit 987772665b

@ -194,14 +194,14 @@ depending on the version of Android running on a device. Chrome uses this
feature to package optimized versions for different OS versions.
1. `monochrome_public_bundle` (`MonochromePublic.aab`)
* `minSdkVersion=24` (Nougat).
* `minSdkVersion=26` (Oreo).
* Contains both Chrome and WebView (to save disk space).
2. `trichrome_chrome_bundle` (`TrichromeChrome.aab`)
* `minSdkVersion=29` (Android 10).
* Native code shared with WebView through a "Static Shared Library APK": `trichrome_library_apk`
* Corresponding WebView target: `trichrome_webview_bundle`
3. `chrome_public_bundle` & `chrome_public_apk` (`ChromePublic.aab`, `ChromePublic.apk`)
* `minSdkVersion=24` (Nougat).
* `minSdkVersion=26` (Oreo).
* Used for local development (to avoid building WebView).
* WebView packaged independently (`system_webview_bundle` / `system_webview_apk`).