vts.mk to actually build vtscompiler and fuzzer and Android.mk files for
framework and interfacespec library
this enables all the builds for vts (except for the 2-stage vts
compilation which is being reviewed as that requires changes in another
project /build).
Change-Id: I91673720ef53ff526be62d69f3dd2e46154292d8
diff --git a/vts.mk b/vts.mk
new file mode 100644
index 0000000..234b2e5
--- /dev/null
+++ b/vts.mk
@@ -0,0 +1,8 @@
+# mk file for a device to package all the VTS packages.
+
+PRODUCT_PACKAGES += \
+ vtssysfuzzer \
+ vtsc \
+ libvts_interfacespecification \
+
+-include test/vts/sysfuzzer/libinterfacespecification/vts_specification.mk