diff options
author | 2018-12-14 15:46:27 -0800 | |
---|---|---|
committer | 2019-01-26 09:48:40 -0800 | |
commit | 70edfa8c31309032b27277f1b897a374dbbd6f23 (patch) | |
tree | 29b14fa9dec09570b70b19a044bbc0549b8e6795 /tools/bit/print.h | |
parent | ce0bd06d174460b69594518e5cf35a85e13b73f8 (diff) |
[bit] Use aapt2 instead of aapt, and don't also adb install apps on the system partition
Test: bit services
Change-Id: I7d44ffbb2745b1a6265bbc77f24f885e5f1d3981
Diffstat (limited to 'tools/bit/print.h')
-rw-r--r-- | tools/bit/print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bit/print.h b/tools/bit/print.h index b6c3e9aa27fa..db6cf5f65cf8 100644 --- a/tools/bit/print.h +++ b/tools/bit/print.h @@ -33,6 +33,7 @@ void print_status(const char* format, ...); void print_command(const Command& command); void print_error(const char* format, ...); void print_warning(const char* format, ...); +void print_info(const char* format, ...); void print_one_line(const char* format, ...); void check_error(int err); |