summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-04-03 16:03:28 -0700
committerChristopher Ferris <cferris@google.com>2018-04-03 18:37:52 -0700
commit6633b0ca090dd3da45b8936d587a1316401e46ba (patch)
tree0b87776d1449833c2be01ed02d1b5352f23ac867 /libunwindstack/Android.bp
parenta10d40e2b2a6132b7e06397f62ac07a4d9bfb5e1 (diff)
downloadsystem_core-6633b0ca090dd3da45b8936d587a1316401e46ba.tar.gz
system_core-6633b0ca090dd3da45b8936d587a1316401e46ba.tar.bz2
system_core-6633b0ca090dd3da45b8936d587a1316401e46ba.zip
Add a MemoryOfflineBuffer object.
Use this for offline stack data so that it's not necessary to copy any data around. Add unit tests for the new object. Bug: 77258731 Bug: 74354410 Test: Ran libunwindstack/libbacktrace unit tests. Change-Id: I9b0f25d9520c96e64aedef5f295423c60ddb3488
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 0d43f8724..6868f1800 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -155,6 +155,7 @@ cc_test {
"tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp",
"tests/MemoryLocalTest.cpp",
+ "tests/MemoryOfflineBufferTest.cpp",
"tests/MemoryOfflineTest.cpp",
"tests/MemoryRangeTest.cpp",
"tests/MemoryRemoteTest.cpp",