Home
last modified time | relevance | path

Searched refs:mainAttrs (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeSigner.java367 Attributes mainAttrs = new Attributes(); in generateManifestFile() local
373 mainAttrs.putAll(sourceManifest.getMainAttributes()); in generateManifestFile()
375 mainAttrs.put(Attributes.Name.MANIFEST_VERSION, ATTRIBUTE_VALUE_MANIFEST_VERSION); in generateManifestFile()
379 ManifestWriter.writeMainSection(manifestOut, mainAttrs); in generateManifestFile()
409 result.mainSectionAttributes = mainAttrs; in generateManifestFile()
442 Attributes mainAttrs = sf.getMainAttributes(); in generateSignatureFile() local
443 mainAttrs.put(Attributes.Name.SIGNATURE_VERSION, ATTRIBUTE_VALUE_SIGNATURE_VERSION); in generateSignatureFile()
444 mainAttrs.put(ATTRIBUTE_NAME_CREATED_BY, createdBy); in generateSignatureFile()
458 mainAttrs.put( in generateSignatureFile()
465 mainAttrs.putValue( in generateSignatureFile()
[all …]