提交 7bd5a806 编写于 作者: O openharmony_ci 提交者: Gitee

!232 feat: open shell

Merge pull request !232 from give-me-five/master
......@@ -64,7 +64,7 @@ char *GetCmdName(const char *cmdline, unsigned int len)
{
unsigned int loop;
const char *tmpStr = NULL;
bool quotes = FALSE;
BOOL quotes = FALSE;
char *cmdName = NULL;
if (cmdline == NULL) {
return NULL;
......
......@@ -33,7 +33,7 @@ declare_args() {
enable_ohos_kernel_liteos_m_exchook = true
enable_ohos_kernel_liteos_m_kal = true
enable_ohos_kernel_liteos_m_fs = true
enable_ohos_kernel_liteos_m_shell = false
enable_ohos_kernel_liteos_m_shell = true
enable_ohos_kernel_liteos_m_backtrace = true
enable_ohos_kernel_liteos_m_test = false
enable_ohos_kernel_liteos_m_pm = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册