dumpstate: Add logbuffer support for pcie
Add logbuffer support to pcie driver to reduce dmesg spam.
Bug: 228870318
Change-Id: I20f3d88c79d92a2b0d64606b430c064dc2ab5e6c
Signed-off-by: Sajid Dalvi <sdalvi@google.com>
diff --git a/pcie/Android.bp b/pcie/Android.bp
new file mode 100644
index 0000000..ae6a94e
--- /dev/null
+++ b/pcie/Android.bp
@@ -0,0 +1,10 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+sh_binary {
+ name: "dump_pcie.sh",
+ src: "dump_pcie.sh",
+ vendor: true,
+ sub_dir: "dump",
+}