Interface | Description |
---|---|
AndroidPackageable |
Something (usually a
BuildRule ) that can be included in an Android package
(android_binary, cxx_library or android_prebuilt_aar). |
AndroidPackageableCollection |
A collection of Android content that should be included in an Android package (apk or aar).
|
AndroidPackageableFilter |
Encapsulates logic for filtering instances of
AndroidPackageable when collecting targets
from transitive dependencies of an Android binary. |
NativeLinkableEnhancementResult |
A simple data object to hold mapping from
APKModule to NativeLinkable for both
normal libs and asset libs. |
Class | Description |
---|---|
AndroidPackageableCollection.ResourceDetails | |
AndroidPackageableCollector | |
ConstraintBasedAndroidPackageableFilter |
Performs filtering using a single configuration for non-native targets and a set of allowed
constraint values for native targets.
|
NoopAndroidPackageableFilter |
Indicates that no filtering is done.
|