Loading tools/releasetools/sign_target_files_apks.py +4 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,10 @@ def GetCodenameToApiLevelMap(input_tf_zip): 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 Loading Loading
tools/releasetools/sign_target_files_apks.py +4 −0 Original line number Diff line number Diff line Loading @@ -992,6 +992,10 @@ def GetCodenameToApiLevelMap(input_tf_zip): 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 Loading