Move common display dump to gs-common
Bug: 269212897 Test: adb bugreport Change-Id: I6739aec7a432e55e829bbd4a69fec50e0d4050ac
This commit is contained in:
parent
b5519577ea
commit
cd831a6189
10 changed files with 74 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue