Move jvmti extension functions into their own file
Small refactor as these functions were getting very long and would be
better organized in their own file like other jvmti functions are.
Test: ./test.py --host -j50
Change-Id: If57676408d0e9e3f6ee08eeb040e275b7239e8e0
diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp
index c6090ef..aef4dfc 100644
--- a/openjdkjvmti/Android.bp
+++ b/openjdkjvmti/Android.bp
@@ -35,6 +35,7 @@
"ti_class_definition.cc",
"ti_class_loader.cc",
"ti_dump.cc",
+ "ti_extension.cc",
"ti_field.cc",
"ti_heap.cc",
"ti_jni.cc",