| sh_binary { | |
| name: "omnipreopt_script", | |
| src: "omnipreopt_script.sh", | |
| // Let this depend on otapreopt, the chroot tool and the slot script, | |
| // so we just have to mention one in a configuration. | |
| required: [ | |
| "otapreopt", | |
| "otapreopt_chroot", | |
| "otapreopt_slot", | |
| ], | |
| } | |