diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 2c38e87faa2e69f2284dffb6ef3b0cbb8cd2a565..2d9a9a23a1e062782c36b8eb037c33452d8359f0 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 ff4fe94a33872dd996b66094565d53329dfd8a8f..39b5584552311ba66a57889bf1a7a9918b795aac 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 421576b488c9b6c223d88cdfccfcf47afde4003c..d69d83e6aa6a9fc769b2999877c53b501705c228 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") {