From dfb50b448f86a284bdad12d65feab0d158f38e2f Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 23 Mar 2022 12:37:58 -0700 Subject: 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 --- opengl/libs/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl/libs/Android.bp') 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", -- cgit v1.2.3-59-g8ed1b