aboutsummaryrefslogtreecommitdiff
path: root/guest/commands/rotate/Android.bp
blob: 6568c0e3ad52b0046d996450437be954e24d0aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_binary {
    name: "cuttlefish_rotate",
    srcs: ["main.cpp"],
    shared_libs: [
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@2.0",
        "libbase",
        "libbinder",
        "libhidlbase",
        "liblog",
        "libutils",
    ],
    defaults: ["cuttlefish_guest_only"],
}