aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/01-windows_removethemall.ps1
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-28 12:21:28 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-28 12:21:28 +0100
commit9be869ba486276cbeb08e0dbf3871f0666bcc63e (patch)
treed4999647ab28ed7ed0c1109f8d129ece8a21dbef /coin/provisioning/common/01-windows_removethemall.ps1
parent98fa30e28e12fcf6ea27d9932c0549c0d648513f (diff)
parentd4681ee6906f441d072df6e060599e6d7741d5a4 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.8
Diffstat (limited to 'coin/provisioning/common/01-windows_removethemall.ps1')
-rw-r--r--coin/provisioning/common/01-windows_removethemall.ps15
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/provisioning/common/01-windows_removethemall.ps1 b/coin/provisioning/common/01-windows_removethemall.ps1
index 8285ddae..9e64a34d 100644
--- a/coin/provisioning/common/01-windows_removethemall.ps1
+++ b/coin/provisioning/common/01-windows_removethemall.ps1
@@ -59,3 +59,8 @@ Function Remove-Path {
Remove C:\Python27
Remove-Path C:\python27\scripts
Remove-Path C:\python27
+
+# Remove Android sdk and ndk
+Remove C:\utils\android*
+[Environment]::SetEnvironmentVariable("ANDROID_NDK_HOME",$null,"User")
+[Environment]::SetEnvironmentVariable("ANDROID_SDK_HOME",$null,"User")