diff --git a/hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn b/hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn index a164a23e1d679b8b66d9e384c4d06c43b5b5fbe9..3ce1eb41d7948bf810f994d4ecd36da79ce5f439 100755 --- a/hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn +++ b/hiviewdfx/hiappeventtest/hiappeventcpptest/BUILD.gn @@ -28,16 +28,14 @@ config("hilogtest_config") { } ohos_moduletest_suite("HiAppEventCPPTest") { module_out_path = module_output_path - sources = [ - "HiAppEventCPPTest.cpp", - ] + sources = [ "HiAppEventCPPTest.cpp" ] deps = [ "../../utils/native:utilskit", + "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base", + "//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", "//third_party/googletest:gtest_main", "//utils/native/base:utils", - "//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk", - "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base", ] configs = [ ":hilogtest_config" ] }