summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-07-07 12:18:16 -0700
committerChristopher Ferris <cferris@google.com>2017-07-07 12:25:23 -0700
commit861cad4f5af039c9b3ba7549064f2883c964897a (patch)
treeacd75133f09ca3ff65d7ad69762be27804dcd95c
parentdc219f5ca8107647f8c964a8ec09b0e42e92fabd (diff)
downloadunwinding-861cad4f5af039c9b3ba7549064f2883c964897a.tar.gz
Add missing test files to compile.
Bug: 23762183 Test: Ran unit tests. Change-Id: I8ac43517231d88c68c288800d8ed286daa57bce1
-rw-r--r--libunwindstack/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 5445f6e..03a9a54 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -103,11 +103,13 @@ cc_defaults {
"tests/MapInfoCreateMemoryTest.cpp",
"tests/MapInfoGetElfTest.cpp",
"tests/MapsTest.cpp",
+ "tests/MemoryBuffer.cpp",
"tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp",
"tests/MemoryLocalTest.cpp",
"tests/MemoryRangeTest.cpp",
"tests/MemoryRemoteTest.cpp",
+ "tests/MemoryTest.cpp",
"tests/RegsTest.cpp",
"tests/SymbolsTest.cpp",
],