Merge "Add missing test files to compile."

am: 32ac9bfd09

Change-Id: Iaf2ebb9f3d39b2e99724b2bed0512b4f0bb3da3c
This commit is contained in:
Christopher Ferris 2017-07-07 21:33:49 +00:00 committed by android-build-merger
commit 793ffcbf20

View file

@ -103,11 +103,13 @@ cc_defaults {
"tests/MapInfoCreateMemoryTest.cpp", "tests/MapInfoCreateMemoryTest.cpp",
"tests/MapInfoGetElfTest.cpp", "tests/MapInfoGetElfTest.cpp",
"tests/MapsTest.cpp", "tests/MapsTest.cpp",
"tests/MemoryBuffer.cpp",
"tests/MemoryFake.cpp", "tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp", "tests/MemoryFileTest.cpp",
"tests/MemoryLocalTest.cpp", "tests/MemoryLocalTest.cpp",
"tests/MemoryRangeTest.cpp", "tests/MemoryRangeTest.cpp",
"tests/MemoryRemoteTest.cpp", "tests/MemoryRemoteTest.cpp",
"tests/MemoryTest.cpp",
"tests/RegsTest.cpp", "tests/RegsTest.cpp",
"tests/SymbolsTest.cpp", "tests/SymbolsTest.cpp",
], ],