saker.android Documentation TaskDoc JavaDoc Packages
Represents the output format of the aapt2 link operation.
Summary
Enumeration values
ProtoBufGenerates compiled resources in protocol buffer format.
SharedLibraryGenerates a shared Android runtime library.
StaticLibraryGenerate a static Android library.
Enumeration values
Generates compiled resources in protocol buffer format. Suitable as input to the bundle tool for generating an App Bundle. Corresponds to the --proto-format flag of aapt2.
Generates a shared Android runtime library. Corresponds to the --shared-lib flag of aapt2.
Generate a static Android library. Corresponds to the --shared-lib flag of aapt2.