This makes sense so that we can extend the script to also update other
files.
run_target(
'autosuspend-update',
- command : [autosuspend_update_sh, project_source_root + '/tools/chromiumos'])
+ command : [autosuspend_update_sh, project_source_root])
cd "$1"
(curl --fail -L 'https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py?format=TEXT'; echo) \
- | base64 -d > gen_autosuspend_rules.py
+ | base64 -d > tools/chromiumos/gen_autosuspend_rules.py
\ No newline at end of file