blob: 30b88a4f768a41aabf0f405659a20186eac34447 [file] [log] [blame]
//
// Copyright 2021-2022 Fairphone B.V.
//
// SPDX-License-Identifier: Apache-2.0
//
sh_binary {
name: "automation_setup",
src: "automation_setup.sh",
init_rc: ["automation_setup.rc"],
required: [
"automation_adb_setup",
],
}
sh_binary {
name: "automation_adb_setup",
src: "automation_adb_setup.sh",
}