From 8ae6455de682b7e482b2408bc803536de745538d Mon Sep 17 00:00:00 2001 From: chenqy930 Date: Thu, 7 Jul 2022 20:53:22 +0800 Subject: [PATCH] Switch component ark_ts2abc to arkcompiler_ets_frontend Signed-off-by: chenqy930 Change-Id: I9cf5cf78f34468216dec547ea0bfe60c45e33247 --- interfaces/kits/napi/file_access_ext_ability/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/napi/file_access_ext_ability/BUILD.gn b/interfaces/kits/napi/file_access_ext_ability/BUILD.gn index c7879905..c049a4c5 100644 --- a/interfaces/kits/napi/file_access_ext_ability/BUILD.gn +++ b/interfaces/kits/napi/file_access_ext_ability/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//ark/ts2abc/ts2panda/ts2abc_config.gni") +import("//arkcompiler/ets_frontend/ts2panda/ts2abc_config.gni") import("//build/ohos.gni") ts2abc_gen_abc("gen_file_access_ext_ability_abc") { -- Gitee