Re-land after making SELinux corrections.
98e6a61c1f
Bug: 335874870
Flag: NONE code refactor
Test: Boot and check parameters
Signed-off-by: Will Song <jinpengsong@google.com>
Change-Id: I4ae6407e7edeeed4b62774698b5cb85d32a01c2d
22 lines
393 B
Text
22 lines
393 B
Text
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "dump_perf",
|
|
srcs: ["dump_perf.cpp"],
|
|
init_rc: [
|
|
"init.pixel-mm-gs.rc",
|
|
"init.pixel-perf.rc",
|
|
],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Werror",
|
|
],
|
|
shared_libs: [
|
|
"libdump",
|
|
],
|
|
vendor: true,
|
|
relative_install_path: "dump",
|
|
}
|