commit | 6f883930db380ecbc54b571be39cd9e5eecbf9b5 | [log] [tgz] |
---|---|---|
author | Adam Seaton <aseaton@google.com> | Mon Jun 17 15:28:43 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 17 15:28:43 2019 -0700 |
tree | dff1c4bc4254ce040905a18e692eecaee954b4cf | |
parent | 95b1a89c181f044a9b8928a973afad565bfa0098 [diff] | |
parent | 7e3f7a3dae1d0386ef9246ed1211486455a05641 [diff] |
Revert "Update Security String from 08-05 to 2019-08-01 Bug:126590667" am: 0c355124bf am: 7e3f7a3dae Change-Id: I22ec4f62ac877b1f1490ef70029d92541d6e88b1
diff --git a/tools/releasetools/sign_target_files_apks.py b/tools/releasetools/sign_target_files_apks.py index c174d2f..3b3a8dd 100755 --- a/tools/releasetools/sign_target_files_apks.py +++ b/tools/releasetools/sign_target_files_apks.py
@@ -992,6 +992,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