Luca Weiss | 062595a | 2021-10-05 12:01:05 +0200 | [diff] [blame^] | 1 | // |
2 | // Copyright 2021-2022 Fairphone B.V. | ||||
3 | // | ||||
4 | // SPDX-License-Identifier: Apache-2.0 | ||||
5 | // | ||||
6 | |||||
7 | cc_prebuilt_binary { | ||||
8 | name: "automation_setup", | ||||
9 | |||||
10 | srcs: ["automation_setup.sh"], | ||||
11 | init_rc: ["automation_setup.rc"], | ||||
12 | } |