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