create a lib to hold commonly used functions

Bug: 240530709
Test: adb bugreport
Change-Id: Idcdcca968b65d2bd413b219d39fc1104dfc9f3b8
diff --git a/aoc/Android.bp b/aoc/Android.bp
index 736f968..7af2424 100644
--- a/aoc/Android.bp
+++ b/aoc/Android.bp
@@ -10,7 +10,10 @@
         "-Wextra",
         "-Werror",
     ],
-    shared_libs: ["libbase"],
+    shared_libs: [
+        "libbase",
+	"libdump",
+    ],
     vendor: true,
     relative_install_path: "dump",
 }