Data for per-ABI splits.
| Type | Name and description |
|---|---|
static com.google.common.collect.ImmutableSet<String> |
getAbiFilters(Set<String> allFilters)Returns the list of actual abi filters, each value of the collection is guaranteed to be non null and of the possible API value. |
Set<String> |
getApplicableFilters(Set<String> allFilters) |
boolean |
isUniversalApk()Whether to create an APK with all available ABIs. |
void |
setUniversalApk(boolean universalApk) |
| Methods inherited from class | Name |
|---|---|
class SplitOptions |
exclude, getApplicableFilters, getExclude, getInclude, include, isEnable, reset, setEnable, setExclude, setInclude |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Returns the list of actual abi filters, each value of the collection is guaranteed to be non null and of the possible API value.
allFilters - list of applicable filters {@see #getApplicationFilters}Whether to create an APK with all available ABIs.