[gn build] try removing a duplicate include dir
authorNico Weber <thakis@chromium.org>
Wed, 25 Mar 2020 17:23:47 +0000 (13:23 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 25 Mar 2020 17:23:47 +0000 (13:23 -0400)
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn

index 1185a31..382f5e7 100644 (file)
@@ -89,9 +89,8 @@ source_set("cxx_wrapper_sources") {
 
 config("scudo_config") {
   include_dirs = [
+    ".",
     "include",
-    "//compiler-rt/lib/scudo/standalone",
-    "//compiler-rt/lib/scudo/standalone/include",
   ]
   if (current_os == "android") {
     cflags = [ "-fno-emulated-tls" ]