Man page - split-select(1)
Packages contains this manual
Manual
SPLIT-SELECT
NAMESYNOPSIS
OPTIONS
AUTHORS
NAME
split-select - APK split and selection tool
WARNING: This manual might be outdated, please refer to split-select --help.
SYNOPSIS
split-select âhelp
split-select âtarget config âbase path/to/apk [âsplit path/to/apk [...]]
split-select âgenerate âbase path/to/apk [âsplit path/to/apk [...]]
OPTIONS
|
âhelp |
Displays more information about this program. |
âtarget config
Performs the Split APK selection on the given configuration.
âgenerate
Generates the logic for selecting the Split APK, in JSON format.
âbase path/to/apk
Specifies the base APK, from which all Split APKs must be based off.
âsplit path/to/apk
Includes a Split APK in the selection process.
Where config is an extended AAPT resource qualifier of the form âresource-qualifiers:extended-qualifiersâ, where âresource-qualifiersâ is an AAPT resource qualifier (ex: en-rUS-sw600dp-xhdpi), and âextended-qualifiersâ is an ordered list of one qualifier (or none) from each category:
Architecture: armeabi, armeabi-v7a, arm64-v8a, x86, x86_64, mips
Generates the logic for selecting a Split APK given some target Android device configuration. Using the flag âgenerate will emit a JSON encoded tree of rules that must be satisfied in order to install the given Split APK. Using the flag âtarget along with the device configuration will emit the set of Split APKs to install, following the same logic that would have been emitted via JSON.
AUTHORS
The Android Open Source Project.