vendor: Add QuickTap sysconfig

Change-Id: Ib80bd3edec4b197603c4b9937428db2536d84e0a
diff --git a/config/common.mk b/config/common.mk
index eb2ed5c..9e3e3d4 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -198,3 +198,9 @@
 
 # System
 persist.sys.binary_xml=false
+
+# Quick Tap
+ifeq ($(TARGET_SUPPORTS_QUICK_TAP),true)
+PRODUCT_COPY_FILES += \
+    vendor/bliss/prebuilt/common/etc/sysconfig/quick_tap.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/quick_tap.xml
+endif
diff --git a/prebuilt/common/etc/sysconfig/quick_tap.xml b/prebuilt/common/etc/sysconfig/quick_tap.xml
new file mode 100644
index 0000000..445f43a
--- /dev/null
+++ b/prebuilt/common/etc/sysconfig/quick_tap.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- These are configurations that should exist on devices that support Quick
+  Tap -->
+<config>
+  <!-- This feature is meant to be the feature identifying devices that support
+    Quick Tap -->
+  <feature name="com.google.android.feature.QUICK_TAP" />
+</config>