summaryrefslogtreecommitdiff
path: root/tests/nusensors/Android.bp
blob: e9234684186f7177c1a4e52fff67f83177c77528 (plain)
1
2
3
4
5
6
7
8
9
10
cc_binary {
    name: "test-nusensors",

    srcs: ["nusensors.cpp"],

    shared_libs: [
        "libcutils",
        "libhardware",
    ],
}