diff options
author | [email protected] <[email protected]> | 2022-01-10 09:44:52 +0530 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-09-09 10:56:19 +0900 |
commit | ed4d598e311bbfd94f4cef2dfdc741f1cb9e7d79 (patch) | |
tree | 9b8d68677550ea7e0a42a66b7c0d187b1878a917 /Android.bp | |
parent | b652430c44f662ef26ab7c1a51be24610cd528ec (diff) | |
download | xbyak-ed4d598e311bbfd94f4cef2dfdc741f1cb9e7d79.tar.gz xbyak-ed4d598e311bbfd94f4cef2dfdc741f1cb9e7d79.zip |
Changes to compile xbyak project for openvino
Added Android.bp and included required file paths
Signed-off-by: Nagamani Chennuboina <[email protected]>
Signed-off-by: Anoob Anto K <[email protected]>
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
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" + ], +} |