Temporarily add libutilscallstack dependency
... to update_engine.
Bug: 148818798
Test: run OTA and reboot
Change-Id: Ib80c74a9adbc269295620091474626290f5d2325
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",
+ ],
},
},
}