From 81f61d669d987a11f59c643796bbaa8588e45a9a Mon Sep 17 00:00:00 2001 From: shiqichang Date: Sat, 28 May 2022 15:56:40 +0800 Subject: [PATCH] =?UTF-8?q?aafwk=E7=9B=AE=E5=BD=95=E5=88=87=E6=8D=A2abilit?= =?UTF-8?q?y=5Fability=5Fruntime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shiqichang Change-Id: I088a35da0d909f7e7608a16b0d7c39d824392b3c --- tools/accesstoken/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/accesstoken/BUILD.gn b/tools/accesstoken/BUILD.gn index 9b100c5f9..269b6616c 100644 --- a/tools/accesstoken/BUILD.gn +++ b/tools/accesstoken/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//build/ohos.gni") -import("//foundation/aafwk/standard/aafwk.gni") +import("//foundation/ability/ability_runtime/aafwk.gni") ohos_source_set("tools_atm_source_set") { include_dirs = [ -- Gitee