commit | 1442347e7986a13145b41be8836b160d933a1e66 | [log] [tgz] |
---|---|---|
author | Alexander Martinz <amartinz@shiftphones.com> | Thu Dec 22 11:08:55 2022 +0100 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Mon Jan 09 08:39:27 2023 +0100 |
tree | 61faa8f8d4aa4af131051ff7e64394e603e583d8 | |
parent | 86409ee2f06bdc546febe82e2fc5f9bc4039856c [diff] |
Automation: require adb part for automation setup Change-Id: I7be835524f75efd9a9633c12216e456cfc0befe2 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/automation_setup/Android.bp b/automation_setup/Android.bp index 197ccce..30b88a4 100644 --- a/automation_setup/Android.bp +++ b/automation_setup/Android.bp
@@ -9,6 +9,10 @@ src: "automation_setup.sh", init_rc: ["automation_setup.rc"], + + required: [ + "automation_adb_setup", + ], } sh_binary {