|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.build.SplitOutputMatcher
public class SplitOutputMatcher
Helper class to help with installation of multi-output variants.
| Constructor Summary | |
|---|---|
SplitOutputMatcher()
|
|
| Method Summary | |
|---|---|
static com.android.build.SplitOutput |
computeBestOutput(java.util.List<? extends com.android.build.SplitOutput> outputs,
int density,
java.util.List<java.lang.String> abis)
Returns which output to use based on given densities and abis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplitOutputMatcher()
| Method Detail |
|---|
@Nullable
public static com.android.build.SplitOutput computeBestOutput(@NonNull
java.util.List<? extends com.android.build.SplitOutput> outputs,
int density,
@NonNull
java.util.List<java.lang.String> abis)
outputs - the outputs to choose fromdensity - the densityabis - a list of ABIs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||