unplugged-system/device/google/cuttlefish/host/example_custom_actions
2025-10-06 13:59:42 +00:00
..
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
custom_action_config.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
main.cpp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.