vendor: add SuperSU 2.52

Signed-off-by: Akhil Narang <something@akhilnarang.xyz>

Conflicts:
	config/common.mk

Change-Id: I6cb88aa24d45b7fff3969e94bde7f665ef4ede62
diff --git a/config/common.mk b/config/common.mk
index 18b6798..be4b7c8 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -264,6 +264,11 @@
 export BLISS_OTA_VER=$(BLISS_OTA_VERSION)
 export BLISS_OTA_URL=$(BLISS_DEVICE_URL)/$(BLISS_VERSION).zip
 
+# SuperSU
+PRODUCT_COPY_FILES += \
+    vendor/bliss/prebuilt/common/UPDATE-SuperSU.zip:system/addon.d/UPDATE-SuperSU.zip \
+    vendor/bliss/prebuilt/common/etc/init.d/99SuperSUDaemon:system/etc/init.d/99SuperSUDaemon
+
 ifndef CM_PLATFORM_SDK_VERSION
   # This is the canonical definition of the SDK version, which defines
   # the set of APIs and functionality available in the platform.  It
diff --git a/prebuilt/common/UPDATE-SuperSU.zip b/prebuilt/common/UPDATE-SuperSU.zip
new file mode 100644
index 0000000..2873ff7
--- /dev/null
+++ b/prebuilt/common/UPDATE-SuperSU.zip
Binary files differ
diff --git a/prebuilt/common/etc/init.d/99SuperSUDaemon b/prebuilt/common/etc/init.d/99SuperSUDaemon
new file mode 100644
index 0000000..de738c1
--- /dev/null
+++ b/prebuilt/common/etc/init.d/99SuperSUDaemon
@@ -0,0 +1,2 @@
+#!/system/bin/sh
+/system/xbin/daemonsu --auto-daemon &