public interface AndroidPackageableFilter
AndroidPackageable
when collecting targets
from transitive dependencies of an Android binary.
Targets are split in two categories: targets with native code (cxx libraries, etc.) and targets with non-native code (java libraries, Android resources).
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExcludeNonNativeTarget(BuildTarget buildTarget)
Encapsulates the filtering logic of non-native targets (java libraries, resources, etc.)
|
boolean shouldExcludeNonNativeTarget(BuildTarget buildTarget)
true
if the given target (that represents a target with non-native code, like
java library or resources) should be excluded from the collection.