summaryrefslogtreecommitdiff
path: root/Android.bp
blob: e875a172b0a5f768147fb5c41a67d26d017cc61f (plain)
1
2
3
4
5
6
7
8
9
10
11
cc_library_headers {
    name: "libminikin_headers",
    host_supported: true,
    export_include_dirs: ["include"],
}

subdirs = [
    "app",
    "libs/minikin",
    "tests",
]