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