public class NoopAndroidPackageableFilter extends Object implements AndroidPackageableFilter
| Constructor and Description |
|---|
NoopAndroidPackageableFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldExcludeNonNativeTarget(BuildTarget buildTarget)
Encapsulates the filtering logic of non-native targets (java libraries, resources, etc.)
|
public boolean shouldExcludeNonNativeTarget(BuildTarget buildTarget)
AndroidPackageableFiltershouldExcludeNonNativeTarget in interface AndroidPackageableFiltertrue if the given target (that represents a target with non-native code, like
java library or resources) should be excluded from the collection.