Set VTI address in console am: 164798bd0e am: 29c24dd2f3
am: a0c609f208

Change-Id: I6ebf7ef0c579b1b1f0d5cc23cc9208e801887033
diff --git a/harnesses/Android.mk b/harnesses/Android.mk
new file mode 100644
index 0000000..8992ecf
--- /dev/null
+++ b/harnesses/Android.mk
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2017 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_IS_HOST_MODULE := true
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
+  tradefed-cts-prebuilt:cts-tradefed/tradefed-cts-prebuilt.jar \
+
+include $(BUILD_MULTI_PREBUILT)
+
diff --git a/harnesses/README.md b/harnesses/README.md
new file mode 100644
index 0000000..a8c5fde
--- /dev/null
+++ b/harnesses/README.md
@@ -0,0 +1,15 @@
+To build a new CTS TF prebuilt binary
+
+`$ lunch aosp_arm64`
+`$ make cts-tradefed -j
+
+To release to TEST
+`$ cp out/host/linux-x86/testcases/cts-tradefed/cts-tradefed.jar test/framework/harnesses/cts-tradefed/tradefed-cts-prebuilt-staging.jar`
+
+To release to PROD
+`$ cp test/framework/harnesses/cts-tradefed/tradefed-cts-prebuilt-staging.jar test/framework/harnesses/cts-tradefed/tradefed-cts-prebuilt.jar`
+
+To test a test suite which uses that prebuilt binary
+
+`$ make vts -j32`
+
diff --git a/harnesses/cts-tradefed/tradefed-cts-prebuilt.jar b/harnesses/cts-tradefed/tradefed-cts-prebuilt.jar
new file mode 100644
index 0000000..7e728bf
--- /dev/null
+++ b/harnesses/cts-tradefed/tradefed-cts-prebuilt.jar
Binary files differ