commit | 5b7b3471cf83a357a3146250cab949cf9b2bb724 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Mar 10 19:18:48 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 10 19:18:48 2020 +0000 |
tree | 3a372af1c22777986b27868435072656a371fd9e | |
parent | 48fe425f43157e60b5f0b016702d1dc4231b4687 [diff] | |
parent | a6ccee35ef188f1b0f3155a859181eea3a2caea9 [diff] |
Merge "Remove libutilscallstack dependency" into rvc-dev
diff --git a/Android.bp b/Android.bp index d8b89b5..21ba507 100644 --- a/Android.bp +++ b/Android.bp
@@ -210,9 +210,6 @@ "libutils", "android.hardware.boot@1.0", "android.hardware.boot@1.1", - - //TODO(b/148818798): remove when parent bug fixed - "libutilscallstack", ], target: { recovery: { @@ -226,7 +223,6 @@ ], exclude_shared_libs: [ "libstatslog", - "libutilscallstack", ], }, },