Temporarily add libutilscallstack dependency am: 212d795e71
Change-Id: I1253485a12a1c08ab267413ab8f65fc7948b126f
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",
+ ],
},
},
}