summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-140-android-gni-lf.patch
blob: eaba237ea28e7337b20faee73791bd6767c30bb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 41aa76cfef..c22e55c0d6 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -51,15 +51,7 @@ if (is_android) {
       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: *snip")
     }
   }