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.java345 Attributes mainAttrs = new Attributes(); in generateManifestFile() local
351 mainAttrs.putAll(sourceManifest.getMainAttributes()); in generateManifestFile()
353 mainAttrs.put(Attributes.Name.MANIFEST_VERSION, ATTRIBUTE_VALUE_MANIFEST_VERSION); in generateManifestFile()
357 ManifestWriter.writeMainSection(manifestOut, mainAttrs); in generateManifestFile()
387 result.mainSectionAttributes = mainAttrs; in generateManifestFile()
420 Attributes mainAttrs = sf.getMainAttributes(); in generateSignatureFile() local
421 mainAttrs.put(Attributes.Name.SIGNATURE_VERSION, ATTRIBUTE_VALUE_SIGNATURE_VERSION); in generateSignatureFile()
422 mainAttrs.put(ATTRIBUTE_NAME_CREATED_BY, createdBy); in generateSignatureFile()
436 mainAttrs.put( in generateSignatureFile()
443 mainAttrs.putValue( in generateSignatureFile()
[all …]