remove dump_gs201

The event trace dumping moved into gs-common.

Bug: 276901078
Test: dumpstate_board.txt on adb bugreport includes the info
Change-Id: I4d0f0886ef9292f854c1009a80ba525347aa45a0
Signed-off-by: Minchan Kim <minchan@google.com>
This commit is contained in:
Minchan Kim 2023-04-11 16:44:57 +00:00
parent 714ff42ac8
commit 21cea1d88e
2 changed files with 0 additions and 38 deletions

View file

@ -8,19 +8,3 @@ sh_binary {
vendor: true,
sub_dir: "dump",
}
cc_binary {
name: "dump_gs201",
srcs: ["dump_gs201.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: [
"libdump",
],
vendor: true,
relative_install_path: "dump",
}