提交 c377c903 编写于 作者: W weifulun

Removing mandatory dependencies check

Signed-off-by: 蜗牛aonk's avatarweifulun <weifulun@huawei.com>
Change-Id: I4b2ca39996ea0778cbae4281b756bfd68ebb1f99
上级 4b01cc5c
......@@ -46,10 +46,10 @@ def add_options(parser):
parser.add_argument('-cpu',
'--target-cpu',
help='select cpu',
default="")
default="")
parser.add_argument('-cc',
'--compile-config',
help='Compile the configuration',
help='Compile the configuration',
default=False)
parser.add_argument('--dmverity',
help='enable dmverity',
......@@ -121,8 +121,6 @@ def add_options(parser):
def exec_command(args):
host_info = check_os_version()
check_build_requried_packages(host_info[1])
if len(args.product):
if '@' in args.product[0]:
product, company = args.product[0].split('@')
......@@ -147,9 +145,9 @@ def exec_command(args):
if args.target_cpu:
cmd_args['target_cpu'] = args.target_cpu
if args.compile_config:
cmd_args['compile_config']= args.compile_config
cmd_args['compile_config']= args.compile_config
if args.dmverity:
build.register_args('enable_ohos_security_dmverity',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册