Android: Make device info caching hack a bit less intrusive

The list of earlier build steps is not used anywhere else,
so it's not a really useful generic feature to have.

Avoid its single use here by searching for the interesting
step directly.

Change-Id: I52fffc75008dc01ff8ec6ca16045cbf151087ec1
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2019-01-10 16:23:05 +01:00
parent 596017c43d
commit a1ae5820af
2 changed files with 10 additions and 16 deletions

View File

@@ -77,9 +77,6 @@ public:
QVariantMap toMap() const override;
UninstallType uninstallPreviousPackage();
AndroidDeviceInfo deviceInfo() const;
void setUninstallPreviousPackage(bool uninstall);
signals: