am 461cac97: (-s ours) Reconcile with klp-release - do not merge

* commit '461cac97962d4353311d14ad092ecbe44d3097b1': (172 commits)
  "KRS45B"
  "KRS45"
  "KRS44C"
  "KRS44B"
  "KRS44"
  "KRS43B"
  "KRS43"
  "KRS39E"
  "KRS39D"
  KRS39C
  "KRS39B"
  "KRS39"
  "KRS38B"
  "KRS38"
  "KRS37B"
  "KRS37"
  KRS36B
  "KRS36"
  "KRS31E"
  "KRS31D"
  ...
diff --git a/tools/releasetools/sign_target_files_apks b/tools/releasetools/sign_target_files_apks
index 00693b8..6ed21de 100755
--- a/tools/releasetools/sign_target_files_apks
+++ b/tools/releasetools/sign_target_files_apks
@@ -237,6 +237,8 @@
         value = value.split()
         if len(value) == 2 and value[1].endswith("-keys"):
           value = value[0]
+        else:
+          value = " ".join(value)
       line = key + "=" + value
     if line != original_line:
       print "  replace: ", original_line