diff options
| -rw-r--r-- | Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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", + ], }, }, } |
