Marko Man | 06aee50 | 2020-03-14 22:42:39 +0100 | [diff] [blame^] | 1 | sh_binary { |
2 | name: "omnipreopt_script", | ||||
3 | src: "omnipreopt_script.sh", | ||||
4 | // Let this depend on otapreopt, the chroot tool and the slot script, | ||||
5 | // so we just have to mention one in a configuration. | ||||
6 | required: [ | ||||
7 | "otapreopt", | ||||
8 | "otapreopt_chroot", | ||||
9 | "otapreopt_slot", | ||||
10 | ], | ||||
11 | } | ||||
12 |