mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
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:
parent
b652430c44
commit
ed4d598e31
1 changed files with 8 additions and 0 deletions
8
Android.bp
Normal file
8
Android.bp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
//#################################################
|
||||||
|
cc_library_headers {
|
||||||
|
name: "xbyak_headers",
|
||||||
|
vendor: true,
|
||||||
|
export_include_dirs: [
|
||||||
|
"xbyak"
|
||||||
|
],
|
||||||
|
}
|
Loading…
Reference in a new issue