Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 8b800ab5dcf6603a644872fbaa90e72723a60cc1..292ff3bfebe1accf233d38b1a0526a3ff0e27881 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -172,6 +172,10 @@ def SetBuildType(build_type): |
os.environ['BUILDTYPE'] = build_type |
+def SetBuildDirectory(build_directory): |
+ os.environ['CHROMIUM_OUT_DIR'] = build_directory |
+ |
+ |
def GetOutDirectory(build_type=None): |
"""Returns the out directory where the output binaries are built. |