An additional workaround is needed in android-qt.patch, since there
is an (upstream) build issue in "qtplugininfo" from qttools.
+ SUBDIRS = qdbus
+ qtHaveModule(widgets): SUBDIRS += qdbusviewer
+}
+--- a/qttools/src/src.pro 2020-01-17 17:05:25.333379076 +0100
++++ b/qttools/src/src.pro 2020-01-17 17:05:32.037403499 +0100
+@@ -14,8 +14,7 @@ qtHaveModule(widgets) {
+ }
+
+ SUBDIRS += linguist \
+- qdoc \
+- qtplugininfo
++ qdoc
+ if(!android|android_app):!ios: SUBDIRS += qtpaths
+
+ mac {
-android-arch "$TARGET_ARCH" \
-android-toolchain-version "$NDK_TOOLCHAIN_VERSION" \
-skip qtconnectivity \
- -skip qtdeclarative \
-skip qtlocation \
-skip qtmultimedia \
-skip qtscript \
-skip qtsensors \
-skip qtserialport \
- -skip qttools \
- -skip qttranslations \
-skip qtwebchannel \
-skip qtwebsockets \
-skip qtxmlpatterns \
-opensource -confirm-license -silent -no-warnings-are-errors
export ANDROID_API_VERSION=android-$VER_AND_API
export ANDROID_BUILD_TOOLS_REVISION=$VER_AND_BT
-make module-qtbase module-qtandroidextras module-qtsvg module-qtimageformats $PARALLEL $V
+make module-qtbase module-qtandroidextras module-qtsvg module-qtimageformats module-qttranslations $PARALLEL $V
make install $V
cd ..