From d89f19647f59f856daefb445b37cbc4ab141eea3 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 01:06:14 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: I82f3d123026e2f233e6e1cfa11ade0a65c055b05 --- services/BUILD.gn | 6 +++--- services/test/unittest/common/BUILD.gn | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 062c596..65540df 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -10,8 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/config/subsystem/aafwk/config.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/aafwk/config.gni") lite_component("appspawn_lite") { features = [ ":appspawn" ] @@ -50,7 +50,7 @@ executable("appspawn") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", diff --git a/services/test/unittest/common/BUILD.gn b/services/test/unittest/common/BUILD.gn index 207c690..13d93f8 100644 --- a/services/test/unittest/common/BUILD.gn +++ b/services/test/unittest/common/BUILD.gn @@ -10,8 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/config/test.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/test.gni") unittest("appspawn_test") { output_extension = "bin" @@ -36,7 +36,7 @@ unittest("appspawn_test") { deps = [ "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//third_party/bounds_checking_function:libsec_shared", ] } -- Gitee