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
27 lines
426 B
Plaintext
27 lines
426 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_modem.sh",
|
|
src: "dump_modem.sh",
|
|
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",
|
|
}
|
|
|