You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For more information on `ungoogled-chromium`, please visit the original repo: [E
13
13
## Content Overview
14
14
15
15
*[Differences from ungoogled-chromium](#differences-from-ungoogled-chromium)
16
-
*[Supported Platforms](#supported-platforms)
16
+
*[Platforms and Versions](#platforms-and-versions)
17
17
*[Building Instructions](#building-instructions)
18
18
*[Reporting and Contributing](#reporting-and-contributing)
19
19
*[F-droid Repository](#f-droid-repository)
@@ -29,20 +29,23 @@ For more information on `ungoogled-chromium`, please visit the original repo: [E
29
29
* Android specific patches and fixes are applied.
30
30
* Default configuration builds for `arm64` instead of `x64`.
31
31
32
-
## Supported Platforms
32
+
## Platforms and Versions
33
33
34
-
The current build has been tested on:
35
-
* cpu_arch: `x86`, `arm`, `arm64`
36
-
* OS: API 28 (Android 9.0), API 27 (Android 8.1), LineageOS 16.0
37
-
38
-
Theoretically it will run on any device with a minimum API of 24 (Nougat).
34
+
Pre-built apks are named as `{BUILD_TARGET}_{CPU_ARCH}.apk`, where:
35
+
*`{BUILD_TARGET}` is one of `ChromePublic`, `MonoChromePublic`, `SystemWebview`.
36
+
*`ChromePublic` is for API > 19 (Android 4.4) and only contains the browser.
37
+
*`MonoChromePublic` is for API > 24 (Android 7.0) and contains both the browser and the webview.
38
+
*`SystemWebview` is for API 21 - 23 (Android 5.0 - 6.0) and only contains the webview.
39
+
*`{CPU_ARCH}` is one of `x86`, `arm` (armeabi-v7a), `arm64` (arm64-v8a).
40
+
* Please also read this [important note](https://chromium.googlesource.com/chromium/src/+/HEAD/android_webview/docs/build-instructions.md#Important-notes-for-N_P) about Webview on Android N-P.
41
+
* The [Bromite Wiki](https://github.com/bromite/bromite/wiki/Installing-SystemWebView) can also be helpful.
39
42
40
43
41
44
## Building Instructions
42
45
*This build is built from Sylvain Beucler's [libre Android rebuilds](https://android-rebuilds.beuc.net/) instead of SDK/NDK binaries from Google.*
43
46
44
47
* Clone this repository
45
-
* If you want to enable proprietary codecs (h264, mp3, mp4, etc.), add `proprietary_codecs=true` to the end of `android_flags.gn`
48
+
*~~If you want to enable proprietary codecs (h264, mp3, mp4, etc.), add `proprietary_codecs=true` to the end of `android_flags.gn`.~~ It is now the default, since `proprietary_codecs` does not add the actual codecs, only codes to handle those file types.
46
49
* enter repo directory and run `./build.sh`.
47
50
48
51
Build time dependencies can be roughly referred from [AUR](https://aur.archlinux.org/packages/ungoogled-chromium/).
0 commit comments