mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
ed4d598e31
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>
8 lines
170 B
Text
8 lines
170 B
Text
//#################################################
|
|
cc_library_headers {
|
|
name: "xbyak_headers",
|
|
vendor: true,
|
|
export_include_dirs: [
|
|
"xbyak"
|
|
],
|
|
}
|