blob: fe6ab7d47782906c6800bbf8ce1d288d99dcc3d6 [file] [log] [blame]
Marko Man06aee502020-03-14 22:42:39 +01001sh_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