dataservices: Don't pollute the tree

 * Nexus devices have a copy of this in their device repo already.
   Exclude it unless we're doing a QC-style build.

Change-Id: I2a4d3d9656be28b614e3ee59514b54801c833c3e
diff --git a/Android.mk b/Android.mk
index 5053e7d..8bee348 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,3 @@
+ifeq ($(TARGET_USES_QCOM_HARDWARE),true)
 include $(call all-subdir-makefiles)
+endif