move dump cpu to gs-common
After this patch, cpu and soc dump in total on ROM P45537572(panther) took:
------ Section end: dump_soc ------
Elapsed msec: 12
While previous cpu dump on ROM 9386726(panther) took:
------ Section end: cpu ------
Elapsed msec: 1445
Bug: 240530709
Test: adb bugreport
Change-Id: I33bc01c05a944c4c171c3874d963d02d708fec6c
diff --git a/soc/Android.bp b/soc/Android.bp
index fdef92c..9600855 100644
--- a/soc/Android.bp
+++ b/soc/Android.bp
@@ -13,6 +13,7 @@
shared_libs: [
"libbase",
"libdump",
+ "liblog",
],
vendor: true,
relative_install_path: "dump",