Merge "adb: add --abi to the adb install help."

This commit is contained in:
Elliott Hughes 2019-08-06 19:31:54 +00:00 committed by Gerrit Code Review
commit dad291fc46

View file

@ -153,6 +153,7 @@ static void help() {
" -d: allow version code downgrade (debuggable packages only)\n"
" -p: partial application install (install-multiple only)\n"
" -g: grant all runtime permissions\n"
" --abi ABI: override platform's default ABI\n"
" --instant: cause the app to be installed as an ephemeral install app\n"
" --no-streaming: always push APK to device and invoke Package Manager as separate steps\n"
" --streaming: force streaming APK directly into Package Manager\n"
@ -164,6 +165,7 @@ static void help() {
#ifndef _WIN32
" --local-agent: locate agent files from local source build (instead of SDK location)\n"
#endif
" (See also `adb shell pm help` for more options.)\n"
//TODO--installlog <filename>
" uninstall [-k] PACKAGE\n"
" remove this app package from the device\n"