From b5ec893b0c24a305e2c66ac681913ecbe1d8b595 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 23:45:30 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: Ie428b5c872772b393b825b75122b3d08cef9f06d --- frameworks/BUILD.gn | 4 ++-- services/BUILD.gn | 4 ++-- test/BUILD.gn | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 2c38e87..2d9a9a2 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/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("//foundation/multimedia/utils/lite/config.gni") shared_library("audio_capturer_lite") { diff --git a/services/BUILD.gn b/services/BUILD.gn index ff4fe94..39b5584 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/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") static_library("audio_capturer_server") { sources = [ diff --git a/test/BUILD.gn b/test/BUILD.gn index 421576b..d69d83e 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -import("//build/lite/config/test.gni") +import("//build/hb/config/test.gni") group("lite_audio_test") { if (ohos_build_type == "debug") { -- Gitee