OSDN Git Service

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