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>
This commit is contained in:
nagamani.chennuboina@intel.com 2022-01-10 09:44:52 +05:30 committed by MITSUNARI Shigeo
parent b652430c44
commit ed4d598e31

8
Android.bp Normal file
View File

@ -0,0 +1,8 @@
//#################################################
cc_library_headers {
name: "xbyak_headers",
vendor: true,
export_include_dirs: [
"xbyak"
],
}