Skip to content

Commit 78dfc9f

Browse files
committed
fix configuration error
1 parent 58e6e06 commit 78dfc9f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Daniel Micay <daniel.micay@grapheneos.org>
3+
Date: Wed, 26 Feb 2025 17:04:57 -0500
4+
Subject: [PATCH] fix configuration error
5+
6+
---
7+
chrome/android/trichrome.gni | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/chrome/android/trichrome.gni b/chrome/android/trichrome.gni
11+
index fefc42a71aed7..efe781f0449fb 100644
12+
--- a/chrome/android/trichrome.gni
13+
+++ b/chrome/android/trichrome.gni
14+
@@ -56,6 +56,7 @@ template("trichrome_library_apk_tmpl") {
15+
if (!_include_primary_abi) {
16+
_secondary_out_dir =
17+
get_label_info("X($android_secondary_abi_toolchain)", "root_out_dir")
18+
+ not_needed([ "_secondary_out_dir" ])
19+
}
20+
21+
if (defined(invoker.manifest_package)) {

0 commit comments

Comments
 (0)