blob: a29250ac42e1980b7a4cd3b33b09dafd238117de [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "cuttlefish_sensor_injection",
srcs: ["main.cpp"],
shared_libs: [
"[email protected]",
"[email protected]",
"libbase",
"libbinder",
"libhidlbase",
"liblog",
"libutils",
],
defaults: ["cuttlefish_guest_only"],
}