Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 03-May-2024 | 599 | 29 | 26 | |
README.md | D | 03-May-2024 | 426 | 13 | 9 | |
custom_action_config.json | D | 03-May-2024 | 452 | 26 | 25 | |
main.cpp | D | 03-May-2024 | 2.2 KiB | 79 | 61 |
README.md
1To try out the custom action config and action server in this path, set the 2following build vars: 3 4``` 5SOONG_CONFIG_NAMESPACES += cvd 6SOONG_CONFIG_cvd += custom_action_config custom_action_servers 7 8SOONG_CONFIG_cvd_custom_action_config := cuttlefish_example_action_config.json 9SOONG_CONFIG_cvd_custom_action_servers += cuttlefish_example_action_server 10``` 11 12See `device/google/cuttlefish/build/README.md` for more information. 13