aboutsummaryrefslogtreecommitdiff
path: root/rmihidtool/Android.bp
blob: 222a120206015ee09ac7d1de373a3007662ffee8 (plain)
1
2
3
4
5
6
7
8
9
10
cc_binary {
    name: "rmihidtool",
    srcs: ["main.cpp"],
    cflags: [
        "-Wall",
        "-Werror",
        "-Wno-unused-parameter",
    ],
    static_libs: ["rmidevice"],
}