blob: 62c5ec1f0903c09b08a1b91fe8d2ac40bef0bdcb [file] [log] [blame]
Patrick Williams7784c422022-11-17 07:29:11 -06001From 4f1ab5944c1042a141a2ce16ec8bf1d12749e41a Mon Sep 17 00:00:00 2001
2From: Jon Mason <jon.mason@arm.com>
3Date: Thu, 27 Oct 2022 20:10:09 +0000
4Subject: [PATCH] work around visibility issue
5
6gn commit 46b572ce4ceedfe57f4f84051bd7da624c98bf01 "fixed" the
7visibility field not applying to public configs. This caused dtc to
8have issues due to libfdt and others not being specified. Due to the
9number, it was cleaner to remove the visibility field (which defaults to
10everything being visible).
11
12Upstream-Status: Pending [Not submitted to upstream yet]
13Signed-off-by: Jon Mason <jon.mason@arm.com>
14---
15 BUILD.gn | 1 -
16 1 file changed, 1 deletion(-)
17
18diff --git a/BUILD.gn b/BUILD.gn
19index f55560c..d60c3e3 100644
20--- a/BUILD.gn
21+++ b/BUILD.gn
22@@ -5,7 +5,6 @@
23 # https://opensource.org/licenses/BSD-3-Clause.
24
25 config("libfdt_config") {
26- visibility = [ ":gtest" ]
27 include_dirs = [
28 "libfdt",
29 "hafnium_inc",