!225 fix: do not build toybox temporarily

Merge pull request !225 from MGY917/master
This commit is contained in:
openharmony_ci
2021-05-12 08:09:57 +08:00
committed by Gitee

View File

@@ -46,5 +46,7 @@ endif
#only enable for qemu now
ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y)
APP_SUBDIRS += mksh
ifeq ($(WHEN_TOYBOX_IS_READY), y)
APP_SUBDIRS += toybox
endif
endif