zenfone7: Import sm8250-common repo stuff

Several things about that:
 *Rog3 no longer supported because i don't have this device anymore.
 *I don't think someone will support it.
 *Asus Have droppped the unlocked bootloader support so ....

Enjoy of device's stuff ^_^

Change-Id: I91df9c78557fb4bd229d60ec4b693161614a23c5
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/init/Android.bp b/init/Android.bp
new file mode 100644
index 0000000..b04b29c
--- /dev/null
+++ b/init/Android.bp
@@ -0,0 +1,14 @@
+cc_library_static {
+    name: "libinit_sm8250",
+
+    include_dirs: [
+        "system/core/init",
+    ],
+    static_libs: ["libbase"],
+    cflags: [
+        "-Wall",
+    ],
+    srcs: ["init_sm8250.cpp"],
+    recovery_available: true,
+    ramdisk_available: true,
+}
\ No newline at end of file