Add jvmti redefinition tests.

This imports a subset of the jvmti run-tests from the art project.

Imported tests are:
 * 902-hello-transformation
 * 914-hello-obsolescence
 * 915-obsolete-2
 * 917-fields-transformation
 * 919-obsolete-fields
 * 926-multi-obsolescence
 * 930-hello-retransform
 * 932-transform-saves
 * 940-recursive-obsolete
 * 942-private-recursive
 * 944-transform-classloaders
 * 945-obsolete-native
 * 947-reflect-method
 * 951-threaded-obsolete
 * 981-dedup-original-dex
 * 982-ok-no-retransform
 * 984-obsolete-invoke

Bug: 32072923

Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest902HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest914HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest915HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest917HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest919HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest926HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest930HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest932HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest940HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest942HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest944HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest945HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest947HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest951HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest981HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest982HostTestCases
Test: cts-tradefed run cts-dev --module CtsJvmtiRunTest984HostTestCases

Change-Id: I005858a8a2c53057af2650c00287a630b10627f3
diff --git a/hostsidetests/jvmti/run-tests/test-915/Android.mk b/hostsidetests/jvmti/run-tests/test-915/Android.mk
new file mode 100644
index 0000000..2e2e438
--- /dev/null
+++ b/hostsidetests/jvmti/run-tests/test-915/Android.mk
@@ -0,0 +1,26 @@
+# Copyright (C) 2014 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := CtsJvmtiRunTest915HostTestCases
+LOCAL_STATIC_JAVA_LIBRARIES := CtsJvmtiHostTestBase
+LOCAL_MODULE_TAGS := tests
+LOCAL_COMPATIBILITY_SUITE := cts
+
+include $(BUILD_HOST_JAVA_LIBRARY)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))