Move common display dump to gs-common

Bug: 269212897
Test: adb bugreport
Change-Id: I6739aec7a432e55e829bbd4a69fec50e0d4050ac
This commit is contained in:
Adam Shih 2023-03-01 10:55:44 +08:00
parent b5519577ea
commit cd831a6189
10 changed files with 74 additions and 0 deletions

View file

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