aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Di Proietto <ddiproietto@google.com>2022-04-21 10:58:35 +0100
committerDaniele Di Proietto <ddiproietto@google.com>2022-04-21 10:58:35 +0100
commit4c54e4e3e942c85afa9e00c6b590da31838774dd (patch)
tree514a0a8b1c4ffd7280289e46082efb12af59523c
parent623889d7dbd7e7f91d937e3411d3a65b606afe92 (diff)
downloadperfetto-4c54e4e3e942c85afa9e00c6b590da31838774dd.tar.gz
Update libunwindstack for standalone build
http://r.android.com/2068137 in perfetto requires an updated version of libunwindstack from the android tree. This picks a new version of libunwindstack that includes http://r.android.com/2029306 for the perfetto standalone build. Also, the LocalUnwinder.cpp file has been removed in http://r.android.com/2008230 Change-Id: I89d683feaffff2e23bb51923f3d2cfeb949040bb
-rw-r--r--buildtools/BUILD.gn1
-rwxr-xr-xtools/install-build-deps2
2 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/BUILD.gn b/buildtools/BUILD.gn
index 6c8106c1f..299519224 100644
--- a/buildtools/BUILD.gn
+++ b/buildtools/BUILD.gn
@@ -1013,7 +1013,6 @@ source_set("libunwindstack") {
"android-unwinding/libunwindstack/ElfInterfaceArm.cpp",
"android-unwinding/libunwindstack/Global.cpp",
"android-unwinding/libunwindstack/JitDebug.cpp",
- "android-unwinding/libunwindstack/LocalUnwinder.cpp",
"android-unwinding/libunwindstack/MapInfo.cpp",
"android-unwinding/libunwindstack/Maps.cpp",
"android-unwinding/libunwindstack/Memory.cpp",
diff --git a/tools/install-build-deps b/tools/install-build-deps
index a9004f047..de21e945b 100755
--- a/tools/install-build-deps
+++ b/tools/install-build-deps
@@ -231,7 +231,7 @@ BUILD_DEPS_HOST = [
Dependency(
'buildtools/android-unwinding',
'https://android.googlesource.com/platform/system/unwinding.git',
- 'b61aebb7f7afaad9b775a59dcd0ea6289fc4325a', 'all', 'all'),
+ '215644709bd7bbda4c05a9db4d55e96be61bcf64', 'all', 'all'),
Dependency('buildtools/android-logging',
'https://android.googlesource.com/platform/system/logging.git',
'7b36b566c9113fc703d68f76e8f40c0c2432481c', 'all', 'all'),