Files
chromium-dev/chromium-140-revert-newline-config.patch

27 lines
942 B
Diff
Raw Normal View History

--- chromium-140.0.7327.6/build/config/android/config.gni 2025/08/01 10:41:29 1.1
+++ chromium-140.0.7327.6/build/config/android/config.gni 2025/08/01 10:42:22
@@ -48,18 +48,14 @@
import("//build/config/gclient_args.gni")
if (defined(checkout_android)) {
+ n = "$0x0A" # Newline
assert(checkout_android,
"Missing native Android toolchain support. |target_os| in your " +
".gclient configuration file (in the parent directory of " +
- "src) must include \"android\". For example:
-
-solutions = [
-...
-]
-target_os=[\"android\"]
-
-After adding |target_os| please re-run \"gclient sync\".
-")
+ "src) must include \"android\". For " +
+ "example:${n}${n}solutions = [${n}...${n}]${n}" +
+ "target_os=[\"android\"]${n}${n}" +
+ "After adding |target_os| please re-run \"gclient sync\".${n}")
}
}