vendor: Enable up SystemUIClocks
Change-Id: I8506b0c6825490ae8e83d20d796f55158a02dfdd
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
diff --git a/config/common.mk b/config/common.mk
index c3b3fd3..41840a2 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -185,6 +185,9 @@
# Bliss Overlays
-include vendor/overlays/bliss_overlays.mk
+# Inherit SystemUI Clocks if they exist
+$(call inherit-product-if-exists, vendor/SystemUIClocks/product.mk)
+
# Gapps
ifeq ($(BLISS_BUILD_VARIANT), gapps)
$(call inherit-product, vendor/gapps/products/gapps.mk)