aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Android.bp
blob: 5101e66259aa5e0fd43324e6b84ac6bc7ed4377b (plain)
1
2
3
4
5
6
7
8
9
cc_library_static {
    name: "libLLVMTarget",
    defaults: [
        "llvm-lib-defaults",
    ],
    srcs: ["*.cpp"],
}

subdirs = ["*"]