summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-140-android-gni-lf.patch
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2025-08-01 23:58:02 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2025-08-01 23:58:02 -0400
commit5c0d2dc0659f88f59c9953294988c77def595a8a (patch)
tree912a2fb60d5f355cbd53e657a08036bf60fc01c6 /www-client/chromium/files/chromium-140-android-gni-lf.patch
parent78a857fcfc19d6dfca7eb10b03ed802b6a25a97c (diff)
downloadppo-5c0d2dc0659f88f59c9953294988c77def595a8a.tar.xz
Are we really doing this
Diffstat (limited to 'www-client/chromium/files/chromium-140-android-gni-lf.patch')
-rw-r--r--www-client/chromium/files/chromium-140-android-gni-lf.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-140-android-gni-lf.patch b/www-client/chromium/files/chromium-140-android-gni-lf.patch
new file mode 100644
index 0000000..eaba237
--- /dev/null
+++ b/www-client/chromium/files/chromium-140-android-gni-lf.patch
@@ -0,0 +1,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")
+ }
+ }
+