android_system_core/adb
Dario Freni bc54c3670f Multi-package support for APEX.
This CL introduces two changes to adb install-multi-package:
- If there is at least one apex package in the list of packages, use the
  --staged parameter for both the parent and the child sessions
- When the package being sent is an apex, use the --apex parameter

Bug: 118865310
Test: Printed out the resulting commands and verified that both
non-staged and staged workflow are accepted by PackageManager. Tried
scheduling install sessions for a mix of APK/APEX, only APKs, only APEX.
Change-Id: I8d1a6a7c5408fb95c10d79e38ddaf115a46f5d8b
2019-01-16 21:59:34 +00:00
..
client Multi-package support for APEX. 2019-01-16 21:59:34 +00:00
daemon Merge "Only set mdns_registered on success" 2019-01-09 20:41:17 +00:00
fastdeploy Change --fastdeploy behaviour 2018-12-14 15:25:15 +00:00
sysdeps
.clang-format
Android.bp Adding Android Binder Bridge (abb) utility launched from adbd. 2019-01-07 15:45:11 +00:00
MODULE_LICENSE_APACHE2
NOTICE Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" 2018-11-29 23:14:02 +00:00
OVERVIEW.TXT
OWNERS
SERVICES.TXT
SYNC.TXT
adb.bash
adb.cpp adbd: strip nulls from all service strings. 2018-12-27 11:19:44 -08:00
adb.h Adding Android Binder Bridge (abb) utility launched from adbd. 2019-01-07 15:45:11 +00:00
adb_auth.h
adb_integration_test_adb.xml
adb_integration_test_device.xml
adb_io.cpp Adding Android Binder Bridge (abb) utility launched from adbd. 2019-01-07 15:45:11 +00:00
adb_io.h Adding Android Binder Bridge (abb) utility launched from adbd. 2019-01-07 15:45:11 +00:00
adb_io_test.cpp
adb_listeners.cpp adb: switch connect_to_remote to string_view. 2018-12-26 11:48:14 -08:00
adb_listeners.h
adb_listeners_test.cpp
adb_mdns.h
adb_trace.cpp adb: switch unix_open to string_view. 2018-12-21 01:43:31 -08:00
adb_trace.h
adb_unique_fd.cpp
adb_unique_fd.h
adb_utils.cpp
adb_utils.h adb: add stroll equivalent for string_view. 2018-12-26 11:48:14 -08:00
adb_utils_test.cpp adb: add stroll equivalent for string_view. 2018-12-26 11:48:14 -08:00
benchmark_device.py
bugreport_test.cpp
fdevent.cpp
fdevent.h
fdevent_test.cpp
fdevent_test.h
file_sync_protocol.h
protocol.txt
security_log_tags.h
services.cpp adb: finish switching service creation to string_view. 2018-12-21 11:53:27 -08:00
services.h
shell_protocol.h
shell_service_protocol.cpp
shell_service_protocol_test.cpp
socket.h adb: switch connect_to_remote to string_view. 2018-12-26 11:48:14 -08:00
socket_spec.cpp adb: switch socket spec to string_view. 2018-12-21 11:53:27 -08:00
socket_spec.h adb: switch socket spec to string_view. 2018-12-21 11:53:27 -08:00
socket_spec_test.cpp
socket_test.cpp adb: switch skip_host_serial to string_view. 2018-12-26 11:48:14 -08:00
sockets.cpp adb: switch connect_to_remote to string_view. 2018-12-26 11:48:14 -08:00
sockets.dia
sysdeps.h adb: switch unix_open to string_view. 2018-12-21 01:43:31 -08:00
sysdeps_test.cpp
sysdeps_unix.cpp
sysdeps_win32.cpp adb: switch unix_open to string_view. 2018-12-21 01:43:31 -08:00
sysdeps_win32_test.cpp
test_adb.py
test_device.py
trace.sh
transport.cpp adb: remove incorrect use of RTTI. 2018-12-12 12:54:03 -08:00
transport.h adb: remove incorrect use of RTTI. 2018-12-12 12:54:03 -08:00
transport_benchmark.cpp
transport_fd.cpp
transport_local.cpp
transport_test.cpp
transport_usb.cpp adb: remove incorrect use of RTTI. 2018-12-12 12:54:03 -08:00
types.h
types_test.cpp
usb.h