config: Build QuickAccessWallet plugin for SystemUI

This plugin that provides the wallet (cards and passes) integration in
the power menu is now open-source, so let's build it.

Change-Id: I5df8a09c8f91805df538bc7ddad6d326f5d9b13e
diff --git a/config/common.mk b/config/common.mk
index 89ed132..ea1987a 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -117,6 +117,12 @@
 PRODUCT_PRODUCT_PROPERTIES += \
     ro.support_one_handed_mode=true
 
+# SystemUI plugins
+ifeq ($(ROM_BUILDTYPE),$(filter $(ROM_BUILDTYPE),GAPPS))
+PRODUCT_PACKAGES += \
+    QuickAccessWallet
+endif
+
 # Versioning
 -include vendor/omni/config/version.mk