Romain Vimont
|
d55015e4cf
|
Expose function to get the device serial
Expose adb_get_serialno() to retrieve the device serial via the command
"adb getserialno".
|
2021-10-26 21:30:04 +02:00 |
|
Romain Vimont
|
96b18dabaa
|
Expose adb execution with redirection
Expose the redirection feature to the adb API.
|
2021-10-26 21:30:04 +02:00 |
|
Romain Vimont
|
ab912c23e7
|
Define feature test macros in common.h
This enables necessary functions once for all.
As a consequence, define common.h before any other header.
|
2021-01-17 14:08:48 +01:00 |
|
Romain Vimont
|
59feb2a15c
|
Group common includes into common.h
Include config.h and compat.h in common.h, and include common.h from all
source files.
|
2021-01-08 19:22:10 +01:00 |
|
Romain Vimont
|
4bd9da4c93
|
Split command into process and adb
The process API provides the system-specific implementation, the adb API
uses it to expose adb commands.
|
2021-01-08 16:44:21 +01:00 |
|