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

subdirs = ["*"]