android13/external/google-fruit/examples/hello_world/BUILD

9 lines
123 B
Python

licenses(["notice"])
cc_binary(
name = "hello_world",
srcs = ["main.cpp"],
deps = ["//third_party/fruit"],
)