Automation: Split into two service
1. setup adb requires system permssion
2. wizard and other setup requires root permssions
Issue: FP3-A11#130
Change-Id: Iba2aedded8e8811425dddde9e4ce56758ec2f93d
diff --git a/automation_setup/Android.bp b/automation_setup/Android.bp
index 8079e10..7715903 100644
--- a/automation_setup/Android.bp
+++ b/automation_setup/Android.bp
@@ -10,3 +10,9 @@
srcs: ["automation_setup.sh"],
init_rc: ["automation_setup.rc"],
}
+
+cc_prebuilt_binary {
+ name: "automation_adb_setup",
+
+ srcs: ["automation_adb_setup.sh"],
+}