Home | History | Annotate | Download | only in releasetools

Lines Matching refs:target_files

18 Check the signatures of all APKs in a target_files .zip file.  With
20 target_files (usually a previously distributed build for the same
23 Usage: check_target_file_signatures [flags] target_files
357 print "%s [%s]: new APK (not in comparison target_files)" % (
361 print "%s [%s]: removed APK (only in comparison target_files)" % (
405 Push("input target_files:")
407 target_files = TargetFiles()
408 target_files.LoadZipFile(args[0])
414 Push("comparison target_files:")
423 target_files.PrintCerts()
424 target_files.CheckSharedUids()
425 target_files.CheckExternalSignatures()
430 target_files.CompareWith(compare_files)