You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
599 B
29 lines
599 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_binary_host {
|
|
name: "cuttlefish_example_action_server",
|
|
srcs: ["main.cpp"],
|
|
defaults: [
|
|
"cuttlefish_buildhost_only",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"liblog",
|
|
"libutils",
|
|
"libjsoncpp",
|
|
"libcuttlefish_fs",
|
|
"libcuttlefish_utils",
|
|
],
|
|
static_libs: [
|
|
"libcuttlefish_host_config",
|
|
],
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cuttlefish_example_action_config.json",
|
|
src: "custom_action_config.json",
|
|
sub_dir: "cvd_custom_action_config",
|
|
}
|