24 lines
790 B
Diff
24 lines
790 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Sat, 8 Jan 2022 19:42:34 +0100
|
|
Subject: Bromite package name
|
|
|
|
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
|
---
|
|
chrome/android/BUILD.gn | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
|
--- a/chrome/android/BUILD.gn
|
|
+++ b/chrome/android/BUILD.gn
|
|
@@ -43,7 +43,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) {
|
|
}
|
|
|
|
if (current_toolchain == default_toolchain) {
|
|
- _default_package = "org.chromium.chrome"
|
|
+ _default_package = "org.bromite.bromite"
|
|
if (use_stable_package_name_for_trichrome) {
|
|
_default_package += ".stable"
|
|
} else if (android_channel != "default" && android_channel != "stable") {
|
|
--
|
|
2.25.1
|