diff options
author | Patrick Baumann <patb@google.com> | 2018-11-19 14:28:51 -0800 |
---|---|---|
committer | Patrick Baumann <patb@google.com> | 2018-12-07 16:15:31 +0000 |
commit | 24439442a8d2e70b6142eedf8a080e63d334d575 (patch) | |
tree | 51151b6b49027772074a124aac7804fd199ce3a8 /adb/client/commandline.cpp | |
parent | a50225ae36d29678394769dbb41a510151ee8787 (diff) | |
download | system_core-24439442a8d2e70b6142eedf8a080e63d334d575.tar.gz system_core-24439442a8d2e70b6142eedf8a080e63d334d575.tar.bz2 system_core-24439442a8d2e70b6142eedf8a080e63d334d575.zip |
Removes ASEC-related install flags
Bug: 109941548
Test: install still works
Change-Id: Ibaf87e678217a1ce140b4024d16ceb8d27fadec0
Diffstat (limited to 'adb/client/commandline.cpp')
-rw-r--r-- | adb/client/commandline.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp index b5bed2881..d976507bb 100644 --- a/adb/client/commandline.cpp +++ b/adb/client/commandline.cpp @@ -146,10 +146,8 @@ static void help() { " install [-lrtsdg] [--instant] PACKAGE\n" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" " push package(s) to the device and install them\n" - " -l: forward lock application\n" " -r: replace existing application\n" " -t: allow test packages\n" - " -s: install application on sdcard\n" " -d: allow version code downgrade (debuggable packages only)\n" " -p: partial application install (install-multiple only)\n" " -g: grant all runtime permissions\n" |