Move modem dump log to gs-common
Bug: 240530709 Test: adb bugreport and the following file got to dumpstate_board.bin: extended_log_uim.txt extended_log_os.txt nv_normal.bin nv_protected.bin Change-Id: Ie6439c7487b11c564cd6c0d1266928e6b9b384ee
This commit is contained in:
parent
b5519577ea
commit
2a520ebbae
5 changed files with 52 additions and 0 deletions
|
@ -8,3 +8,19 @@ sh_binary {
|
|||
vendor: true,
|
||||
sub_dir: "dump",
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "dump_modemlog",
|
||||
srcs: ["dump_modemlog.cpp"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
],
|
||||
shared_libs: [
|
||||
"libdump",
|
||||
],
|
||||
vendor: true,
|
||||
relative_install_path: "dump",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue