• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.bpD25-Apr-20251.2 KiB4440

README.mdD25-Apr-2025358 107

custom_action_config.jsonD25-Apr-2025452 2625

main.cppD25-Apr-20252.8 KiB9461

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