aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/Android.bp
blob: 7640c2ce75319fae2e9921433efe3dbcc9c9eee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_library_static {
    name: "rmidevice",
    srcs: [
        "rmifunction.cpp",
        "rmidevice.cpp",
        "hiddevice.cpp",
    ],
    cflags: [
        "-Wall",
        "-Werror",
        "-Wno-unused-parameter",
    ],
    export_include_dirs: ["."],
}