BUILD.gn 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
 # Copyright (c) 2020 Huawei Device Co., Ltd.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.

S
stesen 已提交
14
import("//test/xts/tools/lite/build/suite_lite.gni")
15 16
hctest_suite("ActsDfxFuncTest") {
    suite_name = "acts"
J
jiyong 已提交
17
    sources = [ "src/dfx_hilog.c" ]
18 19 20

    include_dirs = [
        "src",
S
stesen 已提交
21 22 23 24
        "//base/hiviewdfx/hiview_lite",
        "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
        "//base/hiviewdfx/hievent_lite/interfaces/native/innerkits",
        "//base/hiviewdfx/hilog_lite/frameworks/mini",
25
        "//vendor/hisi/hi3861/hi3861/include",
J
jiyong 已提交
26
        "//vendor/hisi/hi3861/hi3861/components/lwip_sack/include",
27 28 29 30
    ]

    cflags = [ "-Wno-error" ]
}