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
355 print "%s [%s]: new APK (not in comparison target_files)" % (
359 print "%s [%s]: removed APK (only in comparison target_files)" % (
411 Push("input target_files:")
413 target_files = TargetFiles()
414 target_files.LoadZipFile(args[0])
420 Push("comparison target_files:")
429 target_files.PrintCerts()
430 target_files.CheckSharedUids()
431 target_files.CheckExternalSignatures()
436 target_files.CompareWith(compare_files)