In bundle: saker.android
Represents the output format of the aapt2 link operation.
Summary
ProtoBuf | Generates compiled resources in protocol buffer format. |
SharedLibrary | Generates a shared Android runtime library. |
StaticLibrary | Generate 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.
Generate a static Android library.
Corresponds to the --shared-lib flag of aapt2.