commit | d38b4a2abd574d7b29265a499592609757b1b450 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jul 29 14:15:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 29 14:15:35 2019 -0700 |
tree | 6a5f920ccf9c721f97f1d8b662f9a984d2d2787f | |
parent | aedddc920a469a019eeac1973866ac96ddb140ab [diff] | |
parent | 4b8a9d94756da7b055f288861554528e24921790 [diff] |
Merge "Remove the APP-* goal" am: 6f8e3da035 am: 7d5afb53d5 am: 4b8a9d9475 Change-Id: I3a23053c101d4f8c86c57f45e66e754cb5652293
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