Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
package com.android.builder.model;

import com.android.annotations.NonNull;
import com.android.build.VariantOutput;
//import com.android.build.VariantOutput; this file is not exist

import java.io.File;

/**
* The Actual output for a {@link AndroidArtifact}, which can be one file at the minimum or
* several APKs in case of pure splits configuration.
*/
public interface AndroidArtifactOutput extends VariantOutput {
public interface AndroidArtifactOutput /*extends VariantOutput*/ {

/**
* Returns the name of the task used to generate this artifact output.
Expand Down