Index: platform_tools/chromeos/bin/chromeos_setup.sh |
diff --git a/platform_tools/chromeos/bin/chromeos_setup.sh b/platform_tools/chromeos/bin/chromeos_setup.sh |
index b04eb1b31029e6731d873abdbc9e8d3e944fe701..41267ecb0b3e6d7fb46b5d4b5d98bf79335e7c06 100755 |
--- a/platform_tools/chromeos/bin/chromeos_setup.sh |
+++ b/platform_tools/chromeos/bin/chromeos_setup.sh |
@@ -53,6 +53,7 @@ setup_device() { |
exportVar GYP_DEFINES "$DEFINES" |
exportVar GYP_GENERATORS "ninja" |
exportVar GYP_GENERATOR_FLAGS "" |
- exportVar SKIA_OUT "out/config/chromeos-${TARGET_DEVICE}" |
+ SKIA_OUT=${SKIA_OUT:-out} |
+ exportVar SKIA_OUT "${SKIA_OUT}/config/chromeos-${TARGET_DEVICE}" |
borenet
2015/05/04 13:46:27
I haven't been able to verify this locally due to
|
exportVar builddir_name "." |
} |