diff options
author | Peter Kohaut <peter.kohaut@arm.com> | 2021-09-03 14:11:08 +0200 |
---|---|---|
committer | Peter Kohaut <peter.kohaut@arm.com> | 2021-09-03 14:11:08 +0200 |
commit | 5777d59503b79f7efb95229133ce7549175cd8fe (patch) | |
tree | fa1a3aeeb00866e4aa6636d8430dd27ac4c18c4e /scripts | |
parent | 2ef66645c9c446a1760ef597c13933a73f7a7f0d (diff) | |
parent | 24b20b5e232776da0f3f63b55c843ed8e4b6499c (diff) | |
download | VK-GL-CTS-5777d59503b79f7efb95229133ce7549175cd8fe.tar.gz VK-GL-CTS-5777d59503b79f7efb95229133ce7549175cd8fe.tar.bz2 VK-GL-CTS-5777d59503b79f7efb95229133ce7549175cd8fe.zip |
Merge branch 'vulkan-cts-1.2.7'
Change-Id: I0034a268b5c4dd313953bf4cd8b6511fd3b5635e
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/android/build_apk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/build_apk.py b/scripts/android/build_apk.py index 2e38b4d4b..6fc285908 100644 --- a/scripts/android/build_apk.py +++ b/scripts/android/build_apk.py @@ -206,7 +206,7 @@ class Configuration: androidBuildTools = ["aapt", "zipalign", "dx"] for tool in androidBuildTools: if which(tool, [self.env.sdk.getBuildToolsPath()]) == None: - raise Exception("Missing Android build tool: %s" % toolPath) + raise Exception("Missing Android build tool: %s" % tool) requiredToolsInPath = ["javac", "jar", "jarsigner", "keytool"] for tool in requiredToolsInPath: |