Home | History | Annotate | Download | only in releasetools

Lines Matching refs:apk

18 Signs all the APK files in a target-files zipfile, producing a new
24 Add extra APK name/key pairs as though they appeared in
97 for apk, cert in certmap.iteritems():
98 certmap[apk] = OPTIONS.key_map.get(cert, cert)
101 for apk, cert in OPTIONS.extra_apks.iteritems():
104 certmap[apk] = OPTIONS.key_map.get(cert, cert)
114 if info.filename.endswith(".apk"):
122 print "empty string to not sign this apk)."
145 if i.filename.endswith('.apk')])
150 if info.filename.endswith(".apk"):
158 # an APK we're not supposed to sign.
171 # a non-APK file; copy it verbatim