Index: gclient_utils.py |
diff --git a/gclient_utils.py b/gclient_utils.py |
index f80cd78e4a52e6ebb4abe5ab2fa35203191a9ce3..d2f0af683986ca573c1c67d1cb663f0593dbee3c 100644 |
--- a/gclient_utils.py |
+++ b/gclient_utils.py |
@@ -679,7 +679,7 @@ def GetPrimarySolutionPath(): |
pass |
top_dir = top_dir[0] |
if os.path.exists(os.path.join(top_dir, 'buildtools')): |
- return os.path.join(top_dir, 'buildtools') |
+ return top_dir |
return None |
# Some projects' top directory is not named 'src'. |