- com.android.build.gradle.tasks.InvokeManifestMerger
-
- All Implemented Interfaces and Traits:
- OutputFileTask
class InvokeManifestMerger
extends DefaultTask
Simple task to invoke the new Manifest Merger without any injection, features, system properties
or overlay manifests
-
-
Properties Summary
Properties
Type |
Name and description |
java.io.File |
mainManifestFile
|
java.io.File |
outputFile
|
java.util.List<java.io.File> |
secondaryManifestFiles
|
-
-
Property Detail
-
@InputFile
java.io.File mainManifestFile
-
@OutputFile
java.io.File outputFile
-
@InputFiles
java.util.List<java.io.File> secondaryManifestFiles
-
Method Detail
-
protected void doFullTaskAction()
Copyright (C) 2012 The Android Open Source Project