Sets the order of manifests passed to the manifest merger for Android
binaries. ALPHABETICAL means manifests are sorted by path relative to the
execroot. ALPHABETICAL_BY_CONFIGURATION means manifests are sorted by paths
relative to the configuration directory within the output directory.
DEPENDENCY means manifests are ordered with each library's manifest coming
before the manifests of its dependencies.