add enable and disable adb after fastboot command in user mode for CTS

Change-Id: Ia6e94ed2c0baabb8e375f03b0b156a2f8082274f
(cherry picked from commit c8551282fd96001e91ad955187b1f81853ededd1)
diff --git a/app/aboot/devinfo.h b/app/aboot/devinfo.h
index d264250..59342a4 100755
--- a/app/aboot/devinfo.h
+++ b/app/aboot/devinfo.h
@@ -74,6 +74,7 @@
 	unsigned char isn[PRODINFO_MAX_ISN_LEN];
 	unsigned char ssn[PRODINFO_MAX_SSN_LEN];
 	bool is_adb_enabled;
+	bool is_adb_enabled_cts;
 };
 
 void read_prod_info(prod_info *dev);