summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-04-19 15:42:19 -0700
committerChristopher Ferris <cferris@google.com>2017-04-19 15:48:02 -0700
commit0d7cf3e8dd9709b8495041c9c405732a27c4539b (patch)
treed465a59ddc6635d410c00099461250f438c0d4c8 /libunwindstack/Android.bp
parent8d644d2c960d2df495cb133af69dfed95f0dd48e (diff)
downloadcore-0d7cf3e8dd9709b8495041c9c405732a27c4539b.tar.gz
core-0d7cf3e8dd9709b8495041c9c405732a27c4539b.tar.bz2
core-0d7cf3e8dd9709b8495041c9c405732a27c4539b.zip
Add function definitions for MapInfo.
Bug: 23762183 Test: All new unit tests pass. Change-Id: I26a1f6e84bf1a02447eff48ff6e35068554330fe
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index e35593f5c..05d035396 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -54,6 +54,7 @@ cc_defaults {
"ElfInterfaceArm.cpp",
"Log.cpp",
"Regs.cpp",
+ "MapInfo.cpp",
"Maps.cpp",
"Memory.cpp",
"Symbols.cpp",
@@ -98,6 +99,7 @@ cc_defaults {
"tests/ElfInterfaceTest.cpp",
"tests/ElfTest.cpp",
"tests/LogFake.cpp",
+ "tests/MapInfoTest.cpp",
"tests/MapsTest.cpp",
"tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp",