From 9744fb2b5441d020f24b8c439670519ae247841e Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Fri, 7 Jul 2017 12:18:16 -0700 Subject: [PATCH] Add missing test files to compile. Bug: 23762183 Test: Ran unit tests. Change-Id: I8ac43517231d88c68c288800d8ed286daa57bce1 --- libunwindstack/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index 5445f6ec9..03a9a546c 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", ],