Add lock unlock fastboot commnad to skip ui check

Root cause:N/A

How to fix:N/A

Feature:Add lock unlock fastboot commnad to skip ui check for fastboot download

RiskArea: Download,Security
Change-Id: I2270dc433697641761cb849cf799f685fd247186
diff --git a/makefile b/makefile
index eb88f91..ac825df 100755
--- a/makefile
+++ b/makefile
@@ -85,6 +85,10 @@
 CFLAGS += -DENABLE_PRODINFO_ACCESS=1
 #[20200605][TracyChui] Implement get Serial Number end
 
+#[TracyChui] Add lock unlock fastboot commnad to skip ui check 20200611 start
+CFLAGS += -DENABLE_LOCK_UNLOCK_SKIP_UI_CHECK=1
+#[TracyChui] Add lock unlock fastboot commnad to skip ui check 20200611 end
+
 # setup toolchain prefix
 TOOLCHAIN_PREFIX ?= arm-eabi-
 CFLAGS += -fstack-protector-all