diff --git a/BUILD.gn b/BUILD.gn index 3e84f905fa15d1380364ed4aca557702ab4878be..d70b94898b432cb70ee57d48007e93b7f29e6496 100755 --- a/BUILD.gn +++ b/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/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") import("config.gni") lite_component("samgr") { diff --git a/communication/broadcast/BUILD.gn b/communication/broadcast/BUILD.gn index 2da670e92b2dc525c61729081e4da50dd5403bcb..18629a3d4545128e55bc2df657eafef87eae148c 100755 --- a/communication/broadcast/BUILD.gn +++ b/communication/broadcast/BUILD.gn @@ -41,7 +41,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { "source/pub_sub_implement.c", ] public_configs = [ ":broadcast_public" ] - configs -= [ "//build/lite/config:language_c" ] + configs -= [ "//build/hb/config:language_c" ] cflags_c = [ "-std=c11", "-Wall", diff --git a/samgr/BUILD.gn b/samgr/BUILD.gn index 3b92be0b3b8878f1df48678a2e5f54094fbaee64..dba20128dfcdda481c38ec0b49c17130e60ed5b3 100644 --- a/samgr/BUILD.gn +++ b/samgr/BUILD.gn @@ -82,7 +82,7 @@ if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") { ] public_deps = [ - "//build/lite/config/component/cJSON:cjson_shared", + "//build/hb/config/component/cJSON:cjson_shared", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/distributedschedule/samgr_lite/samgr/source:samgr_source", "//foundation/distributedschedule/samgr_lite/samgr_client:client",