From 810bc7799ab6f799ae76d22467cb2ec0ca7f25aa Mon Sep 17 00:00:00 2001 From: yuanbo Date: Thu, 22 Apr 2021 10:05:32 +0800 Subject: [PATCH] update khdf/liteos_m/hcs/BUILD.gn. delete useless print --- khdf/liteos_m/hcs/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/khdf/liteos_m/hcs/BUILD.gn b/khdf/liteos_m/hcs/BUILD.gn index e221e03..9af40a5 100644 --- a/khdf/liteos_m/hcs/BUILD.gn +++ b/khdf/liteos_m/hcs/BUILD.gn @@ -32,7 +32,6 @@ import("//drivers/adapter/khdf/liteos_m/hdf.gni") static_library("hdf_hcs") { sources = [ "hdf_config_gen_hex.c" ] config_path = product_path + "/config/hdf.hcs" - print("aaa " + ohos_root_path) exec_script("hcs_build.py", [ ohos_root_path + "$hdf_fwk_path/tools/hc-gen/bin/hc-gen", -- Gitee