Add a unit test for ReferenceMap that involves try-catch-finally.

Stress test the ReferenceMap when the program may have out-of-bound
exception.

Change-Id: Iec892d9564c501794571a7c52519ac539a792d6e
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 319d673..f72db43 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -186,7 +186,8 @@
 LIBARTTEST_COMMON_SRC_FILES := \
 	src/base64.cc \
 	src/jni_tests.cc \
-	src/stack_walk.cc
+	src/stack_walk.cc \
+	src/stack_walk_refmap.cc
 
 TEST_COMMON_SRC_FILES := \
 	src/class_linker_test.cc \
@@ -238,6 +239,7 @@
 	Nested \
 	ProtoCompare \
 	ProtoCompare2 \
+	ReferenceMap \
 	StackWalk \
 	StackWalk2 \
 	StaticLeafMethods \