Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 15-Dec-2024 | 1.2 KiB | 44 | 40 | |
README.md | D | 14-Jan-2024 | 358 | 10 | 7 | |
custom_action_config.json | D | 14-Jan-2024 | 452 | 26 | 25 | |
main.cpp | D | 14-Jan-2024 | 2.8 KiB | 94 | 61 |
README.md
1To try out the custom action config and action server in this path, set the 2following build vars: 3 4``` 5$(call soong_config_set, cvd, custom_action_config, cuttlefish_example_action_config.json) 6$(call soong_config_append, cvd, custom_action_servers, cuttlefish_example_action_server) 7``` 8 9See `device/google/cuttlefish/build/README.md` for more information. 10