diff options
| author | 2022-03-23 12:37:58 -0700 | |
|---|---|---|
| committer | 2022-05-11 17:20:09 -0700 | |
| commit | dfb50b448f86a284bdad12d65feab0d158f38e2f (patch) | |
| tree | 66c9f78389f91ce791e84e35db16f02b8b497f0a /opengl/libs/Android.bp | |
| parent | 1293b47435ca4d76f48f6eb153ff01c1f8e2e06d (diff) | |
Move from libbacktrace to libunwindstack.
Use the new AndroidUnwinder object to replace the libbacktrace version.
Bug: 120606663
Test: Run unit tests.
Test: Force a call to CallStack::log() and verify the backtrace is
Test: reasonable.
Change-Id: I73d909821a33f716d7b0e0997d43c6ab11c7c4f9
Diffstat (limited to 'opengl/libs/Android.bp')
| -rw-r--r-- | opengl/libs/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp index c9fce8ad52..c1e935aab0 100644 --- a/opengl/libs/Android.bp +++ b/opengl/libs/Android.bp @@ -108,7 +108,6 @@ cc_defaults { // In particular, DO NOT add libutils nor anything "above" libui "libgraphicsenv", "libnativewindow", - "libbacktrace", "libbase", ], } @@ -165,6 +164,7 @@ cc_library_shared { "libnativeloader_lazy", "libutils", "libSurfaceFlingerProp", + "libunwindstack", ], static_libs: [ "libEGL_getProcAddress", |