java.lang.invoke: Add mirror types for MethodHandle / MethodType.

Bug: 30550796
Test: make test-art-host
Change-Id: I096160464bc6e84f7e5ad021306a7e462cf3b0c5
diff --git a/runtime/Android.bp b/runtime/Android.bp
index fd9b5b9..31f2490 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -126,6 +126,8 @@
         "mirror/executable.cc",
         "mirror/field.cc",
         "mirror/method.cc",
+        "mirror/method_handle_impl.cc",
+        "mirror/method_type.cc",
         "mirror/object.cc",
         "mirror/reference.cc",
         "mirror/stack_trace_element.cc",
@@ -546,6 +548,7 @@
         "mem_map_test.cc",
         "memory_region_test.cc",
         "mirror/dex_cache_test.cc",
+        "mirror/method_type_test.cc",
         "mirror/object_test.cc",
         "monitor_pool_test.cc",
         "monitor_test.cc",