Temporarily add libutilscallstack dependency am: 212d795e71 am: ec038ce9d5 am: 130760a363
Change-Id: I62901118721243cc2e7173a7cc5fe1bfc97270e9
diff --git a/Android.bp b/Android.bp
index 01ea4fa..166ed39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -208,6 +208,9 @@
"libutils",
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
+
+ //TODO(b/148818798): remove when parent bug fixed
+ "libutilscallstack",
],
target: {
recovery: {
@@ -219,6 +222,9 @@
"libfs_mgr_binder",
"libsnapshot",
],
+ exclude_shared_libs: [
+ "libutilscallstack",
+ ],
},
},
}