Bug: 240530709 Test: adb bugreport Create empty files starting with the following prefix /data/vendor/camera/profiler/session-ended- /data/vendor/camera/profiler/high-drop-rate- /data/vendor/camera/profiler/watchdog- /data/vendor/camera/profiler/camera-ended- and do adb bugreport and make sure they end up in dumpstate_board.bin Change-Id: I2f9dfb74476af295db8a392ebf7757681404841e
21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "dump_camera",
|
|
srcs: ["dump_camera.cpp"],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-Werror",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libdump",
|
|
"liblog",
|
|
],
|
|
vendor: true,
|
|
relative_install_path: "dump",
|
|
}
|