From 846bde92b51ee42852341ff5489bef2316177714 Mon Sep 17 00:00:00 2001
From: Andrei Yankovich <EndrIIMail@gmail.com>
Date: Sun, 6 Oct 2019 11:59:23 +0300
Subject: [PATCH] Update qtUpdater.py

---
 BuildBotLib/qtUpdater.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BuildBotLib/qtUpdater.py b/BuildBotLib/qtUpdater.py
index c7525ff..de94c50 100644
--- a/BuildBotLib/qtUpdater.py
+++ b/BuildBotLib/qtUpdater.py
@@ -172,8 +172,8 @@ def getAndroidConfigOptions(props):
     list = [
     "-xplatform", "android-clang",
     "--disable-rpath",
-    "-android-ndk", "/home/andrei/Android/NDK/android-ndk-r19c",
-    "-android-sdk", "/home/andrei/Android/SDK",
+   # "-android-ndk", "/home/andrei/Android/NDK/android-ndk-r19c",
+   # "-android-sdk", "/home/andrei/Android/SDK",
     "-skip", "qttranslations",
     "-skip", "qtserialport",
     "-no-warnings-are-errors",