blob: 771590329ac97121e274a71fb8f1f2e902395c4a [file] [log] [blame]
Luca Weiss062595a2021-10-05 12:01:05 +02001//
2// Copyright 2021-2022 Fairphone B.V.
3//
4// SPDX-License-Identifier: Apache-2.0
5//
6
7cc_prebuilt_binary {
8 name: "automation_setup",
9
10 srcs: ["automation_setup.sh"],
11 init_rc: ["automation_setup.rc"],
12}
Prashantsinh Parmara7a37962021-10-21 23:29:00 +053013
14cc_prebuilt_binary {
15 name: "automation_adb_setup",
16
17 srcs: ["automation_adb_setup.sh"],
18}