OSDN Git Service

DO NOT MERGE: android: translate soong build rules for libLLVM12
[android-x86/external-llvm-project.git] / llvm / lib / DebugInfo / PDB / Android.bp
1 cc_library_static {
2     name: "libLLVM12DebugInfoPDB",
3     defaults: [
4         "llvm12-lib-defaults",
5     ],
6     srcs: [
7         "*.cpp",
8         "Native/*.cpp",
9     ],
10 }