Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build.py

Issue 29332527: Issue 3404 - Add platform directory to devenv path (Closed)
Patch Set: Created Dec. 10, 2015, 8:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | packager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.py
diff --git a/build.py b/build.py
index 8431fb01d5fdd69c70774714b3ad865e3753fe30..ef263eee7e5805bcd5eafd886635df297e4f1c3c 100644
--- a/build.py
+++ b/build.py
@@ -227,7 +227,7 @@ def createDevEnv(baseDir, scriptName, opts, args, type):
packager.createBuild(baseDir, type=type, outFile=file, devenv=True, releaseBuild=True)
from buildtools.packager import getDevEnvPath
- devenv_dir = getDevEnvPath(baseDir)
+ devenv_dir = getDevEnvPath(baseDir, type)
shutil.rmtree(devenv_dir, ignore_errors=True)
« no previous file with comments | « no previous file | packager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld