summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 01ea4fa4..166ed397 100644
--- a/Android.bp
+++ b/Android.bp
@@ -208,6 +208,9 @@ cc_defaults {
"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 @@ cc_defaults {
"libfs_mgr_binder",
"libsnapshot",
],
+ exclude_shared_libs: [
+ "libutilscallstack",
+ ],
},
},
}