fix: open shell & fix qemu compile

Change-Id: Ia7488c02db7a41e0f681d008882b7c2721e6b207
Signed-off-by: silen <wuyunjie@huawei.com>
This commit is contained in:
silen 2021-07-29 11:18:57 +08:00
parent 6b732ca351
commit 911a767992
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ char *GetCmdName(const char *cmdline, unsigned int len)
{ {
unsigned int loop; unsigned int loop;
const char *tmpStr = NULL; const char *tmpStr = NULL;
bool quotes = FALSE; BOOL quotes = FALSE;
char *cmdName = NULL; char *cmdName = NULL;
if (cmdline == NULL) { if (cmdline == NULL) {
return NULL; return NULL;

2
config.gni Normal file → Executable file
View File

@ -33,7 +33,7 @@ declare_args() {
enable_ohos_kernel_liteos_m_exchook = true enable_ohos_kernel_liteos_m_exchook = true
enable_ohos_kernel_liteos_m_kal = true enable_ohos_kernel_liteos_m_kal = true
enable_ohos_kernel_liteos_m_fs = 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_backtrace = true
enable_ohos_kernel_liteos_m_test = false enable_ohos_kernel_liteos_m_test = false
enable_ohos_kernel_liteos_m_pm = true enable_ohos_kernel_liteos_m_pm = true