xbyak/Android.bp
nagamani.chennuboina@intel.com ed4d598e31 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>
2022-09-09 10:56:19 +09:00

8 lines
170 B
Text

//#################################################
cc_library_headers {
name: "xbyak_headers",
vendor: true,
export_include_dirs: [
"xbyak"
],
}