OSDN Git Service

Merge branch 'readonly-p4-donut' into donut
authorDoug Zongker <>
Tue, 14 Apr 2009 19:35:46 +0000 (12:35 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 14 Apr 2009 19:35:46 +0000 (12:35 -0700)
1  2 
tools/releasetools/sign_target_files_apks

@@@ -73,10 -67,10 +75,10 @@@ OPTIONS = common.OPTION
  
  OPTIONS.extra_apks = {}
  OPTIONS.key_map = {}
 -
 +OPTIONS.replace_ota_keys = False
  
  def GetApkCerts(tf_zip):
-   certmap = OPTIONS.extra_apks.copy()
+   certmap = {}
    for line in tf_zip.read("META/apkcerts.txt").split("\n"):
      line = line.strip()
      if not line: continue