diff --git a/frameworks/js/napi/file_access_ext_ability/BUILD.gn b/frameworks/js/napi/file_access_ext_ability/BUILD.gn index 9e825e2bf2121336cbdbf34059b45c9309586b0a..29981b6cd8dd5e3746a4cf10dcd07ab38e866e68 100644 --- a/frameworks/js/napi/file_access_ext_ability/BUILD.gn +++ b/frameworks/js/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("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("//build/ohos.gni") es2abc_gen_abc("gen_file_access_ext_ability_abc") { diff --git a/interfaces/inner_api/file_access/BUILD.gn b/interfaces/inner_api/file_access/BUILD.gn index fa96e19c69cb452e75da94a1cb164881fc720334..37c73d305a46e6864f9ead12732468ff50276935 100644 --- a/interfaces/inner_api/file_access/BUILD.gn +++ b/interfaces/inner_api/file_access/BUILD.gn @@ -50,7 +50,6 @@ ohos_shared_library("file_access_extension_ability_kit") { } include_dirs = [ - "${commonlibrary_path}/c_utils/base/include", "${user_file_service_path}/services/native/file_access_service/include", ] diff --git a/interfaces/kits/picker/BUILD.gn b/interfaces/kits/picker/BUILD.gn index ad3a443c1957f44d034fbd2b631a8f5054dcfa7d..7b4d53f8575b987239119b585183adf28f9125d1 100644 --- a/interfaces/kits/picker/BUILD.gn +++ b/interfaces/kits/picker/BUILD.gn @@ -13,7 +13,7 @@ import("//build/ohos.gni") import("//build/ohos/ace/ace.gni") -import("../../../../../../arkcompiler/ets_frontend/es2panda/es2abc_config.gni") +import("//build/config/components/ets_frontend/es2abc_config.gni") import("../../../filemanagement_aafwk.gni") # compile .js to .abc.