Pixel 5a (barbet) does not support Pixel dump, we need to exclude build Pixel dump for Pixel 5a (barbet) Bug: 310110649 Test: Local build and trigger a new bugreport the result passed Change-Id: Idb712b2b3830f42de21be9942be547d7fcdd929f
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "dump_gyotaku",
|
|
srcs: ["dump_gyotaku.cpp"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Werror",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libdump",
|
|
"liblog",
|
|
],
|
|
vendor: true,
|
|
relative_install_path: "dump",
|
|
}
|