Merge "Remove  libutilscallstack dependency" into rvc-dev
diff --git a/Android.bp b/Android.bp
index d8b89b5..21ba507 100644
--- a/Android.bp
+++ b/Android.bp
@@ -210,9 +210,6 @@
         "libutils",
         "android.hardware.boot@1.0",
         "android.hardware.boot@1.1",
-
-        //TODO(b/148818798): remove when parent bug fixed
-        "libutilscallstack",
     ],
     target: {
         recovery: {
@@ -226,7 +223,6 @@
             ],
             exclude_shared_libs: [
                 "libstatslog",
-                "libutilscallstack",
             ],
         },
     },