aboutsummaryrefslogtreecommitdiffhomepage
path: root/Android.bp
blob: c1e53fb5929e2a7d7b809efa4ec118f3442c84af (plain)
1
2
3
4
5
6
7
8
//#################################################
cc_library_headers {
    name: "xbyak_headers",
    vendor: true,
    export_include_dirs: [
        "xbyak"
    ],
}