Add logbuffer support to pcie driver to reduce dmesg spam. Bug: 228870318 Change-Id: I20f3d88c79d92a2b0d64606b430c064dc2ab5e6c Signed-off-by: Sajid Dalvi <sdalvi@google.com>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_pcie.sh",
|
|
src: "dump_pcie.sh",
|
|
vendor: true,
|
|
sub_dir: "dump",
|
|
}
|