From 57a269b4c1af9af163df07431d9c10f1c533a922 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 01:03:01 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: I8537ac66515f990e5f9e061f21e6be01514c6751 --- lite/BUILD.gn | 6 +++--- test/unittest/app_spawn_lite_test/BUILD.gn | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index 99bc5f8a..045568c4 100644 --- a/lite/BUILD.gn +++ b/lite/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" ] @@ -59,7 +59,7 @@ executable("appspawn") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//base/startup/init_lite/interfaces/innerkits:libbegetutil", - "//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/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index d1d41cb9..bb29b258 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/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("AppSpawnLiteTest") { output_extension = "bin" @@ -50,7 +50,7 @@ unittest("AppSpawnLiteTest") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/startup/init_lite/interfaces/innerkits:libbegetutil", - "//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", -- Gitee