commit | 85c86d5b345ccfefc3be7a93399e33d5aebc2add | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Tue Jul 30 07:17:41 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 30 07:17:41 2019 -0700 |
tree | dbc87ffe1fcb0d6b735c140378fff6067f426c8a | |
parent | 1960345f32daf39caa1174ddf207a0c8404c6690 [diff] | |
parent | ea053b4dd3803a0906fa2f5534730bb9cbae2ba1 [diff] |
Select all .pem and .avbpubkey in otatools am: df238b4e41 am: ea053b4dd3 Change-Id: I2801f2e0c798b449d5d4ec7e34c33b41a4dbf263
diff --git a/tools/releasetools/sign_target_files_apks.py b/tools/releasetools/sign_target_files_apks.py index 3119afa..080f289 100755 --- a/tools/releasetools/sign_target_files_apks.py +++ b/tools/releasetools/sign_target_files_apks.py
@@ -1004,6 +1004,10 @@ codename = codename.strip() if codename: result[codename] = api_level + + # Work around APKs that still target 'Q' instead of API 29 (b/132882632). + result['Q'] = 29 + return result