24 lines
862 B
Diff
24 lines
862 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
|
|
@@ -46,7 +46,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) {
|
|
assert(current_toolchain != android_secondary_abi_toolchain)
|
|
}
|
|
|
|
-_default_package = "org.chromium.chrome"
|
|
+_default_package = "org.bromite.bromite"
|
|
if (android_channel != "default" && android_channel != "stable") {
|
|
# android-binary-size trybot may checks if an internal Chrome variant's
|
|
# AndroidManifest is as expected by ensuring the differences between its
|
|
--
|
|
2.25.1
|