diff --git a/platform/BUILD.gn b/platform/BUILD.gn index e26afe7457781da82390825e5339c944cb97259b..47f961e1d78dc99ae64925009b4b192005c1b187 100644 --- a/platform/BUILD.gn +++ b/platform/BUILD.gn @@ -23,6 +23,7 @@ template("libhilog_platform_source") { "${PLATFORM_HILOG_PATH}/frameworks/libhilog/param/include", "${PLATFORM_HILOG_PATH}/interfaces/native/innerkits/include", "${PLATFORM_ACE_ENGINE_ROOT}/frameworks", + "${PLATFORM_ACE_ENGINE_ROOT}/interfaces/inner_api/ace_kit/include", ] if (target_os == "android") { defines += [ "ANDROID_PLATFORM" ]