OSDN Git Service

android: [MSF] add support for libLLVMDebugInfoMSF
[android-x86/external-llvm.git] / lib / DebugInfo / MSF / Android.bp
1 cc_library_static {
2     name: "libLLVMDebugInfoMSF",
3     defaults: [
4         "llvm-lib-defaults",
5     ],
6     srcs: ["*.cpp"],
7 }