DO NOT MERGE Adding setup lock setting service

Adds support for setting the lock through setup wizard if there is not
one already set. This includes making it so that this service is
provided ONLY to setup wizard and will give it all the functionality to
match its existing implementation in settings. The removal of the old
settings implementation and dependency on the primary Car support
library will be next.

Fixes: 129551356
Fixes: 131248006
Test: Robolectric tests and manual testing, all passing.

Change-Id: Ic2421e47f99e1dce50c32939dcf72025a6d16dba
diff --git a/Android.mk b/Android.mk
index b27b4d8..1fd2fc6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,6 +40,7 @@
       car-apps-common \
       car-settings-lib \
       car-setup-wizard-lib \
+      car-setup-wizard-lib-utils \
       setup-wizard-lib-gingerbread-compat \
       SettingsLib
 
@@ -99,6 +100,7 @@
       car-apps-common \
       car-settings-lib \
       car-setup-wizard-lib \
+      car-setup-wizard-lib-utils \
       setup-wizard-lib-gingerbread-compat \
       SettingsLib