!307 feat: support toybox in qemu

Merge pull request !307 from MGY917/toybox_active
This commit is contained in:
openharmony_ci
2021-06-10 06:04:14 +08:00
committed by Gitee

View File

@@ -46,7 +46,5 @@ 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