Changes to compile xbyak project for openvino

Added Android.bp and included required file paths

Signed-off-by: Nagamani Chennuboina <nagamani.chennuboina@intel.com>
Signed-off-by: Anoob Anto K <anoob.anto.kodankandath@intel.com>
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c1e53fb
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,8 @@
+//#################################################
+cc_library_headers {
+    name: "xbyak_headers",
+    vendor: true,
+    export_include_dirs: [
+        "xbyak"
+    ],
+}