Enable fastboot command in user SW

Change-Id: Ic597a4f8e97dcd7dbf7580539206109ae82bd00f
diff --git a/makefile b/makefile
index 4f54ef6..6a67921 100755
--- a/makefile
+++ b/makefile
@@ -60,9 +60,11 @@
   CFLAGS += -D_SIGNED_KERNEL=1
 endif
 
-ifeq ($(TARGET_BUILD_VARIANT),user)
-  CFLAGS += -DDISABLE_FASTBOOT_CMDS=1
-endif
+#//<2020/05/06-JessicaTseng, Enable fastboot command in user build
+#ifeq ($(TARGET_BUILD_VARIANT),user)
+#  CFLAGS += -DDISABLE_FASTBOOT_CMDS=1
+#endif
+#//>2020/05/06-JessicaTseng
 
 ifeq ($(APPEND_CMDLINE),1)
   CFLAGS += -D_APPEND_CMDLINE=1