Run zipalign tool after android packges is created and signed.

Change-Id: Idaeb93490723085b8f5f7cae356fbaee40636f89
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
BogDan Vatra
2012-06-23 13:18:01 +03:00
committed by Daniel Teske
parent 7140a685d3
commit 096c4db896
4 changed files with 16 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ private:
Utils::FileName m_keystorePathForRun;
QString m_certificatePasswdForRun;
Utils::FileName m_jarSigner;
Utils::FileName m_zipAligner;
// more for checkLibraries
Utils::FileName m_appPath;
Utils::FileName m_readElf;