summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-07-07 21:33:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-07 21:33:49 +0000
commitfadcf7eb39f7f8e754caf485159203bb021b7568 (patch)
treeacd75133f09ca3ff65d7ad69762be27804dcd95c
parentf021c86070d4d8a2e9d94a7291f548210ce2fe6d (diff)
parent27ce28a87404e4bb9178c4978cc00f6286fbdf9e (diff)
downloadunwinding-fadcf7eb39f7f8e754caf485159203bb021b7568.tar.gz
Merge "Add missing test files to compile."
am: 27ce28a874 Change-Id: Iaf2ebb9f3d39b2e99724b2bed0512b4f0bb3da3c
-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",
],