android13/device/google/cuttlefish/host/example_custom_actions
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Android.bp initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
custom_action_config.json initial 2024-06-22 20:45:49 +08:00
main.cpp initial 2024-06-22 20:45:49 +08:00

README.md

To try out the custom action config and action server in this path, set the following build vars:

$(call soong_config_set, cvd, custom_action_config, cuttlefish_example_action_config.json)
$(call soong_config_append, cvd, custom_action_servers, cuttlefish_example_action_server)

See device/google/cuttlefish/build/README.md for more information.