Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91f2522f authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Cherry pick -DATRACE_TAG=... from goog/master branch.

Test: normal build
Change-Id: I6410b9e99dab76cbfbc27041f461ba46f9abf539
parent 06187ec1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ cc_library {
    srcs: sourceFiles,
    cflags: [
        "-DLOG_TAG=\"libbufferhub\"",
        "-DTRACE=0"
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
    ],
    export_include_dirs: localIncludeFiles,
    static_libs: staticLibraries,
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_library {
    cflags: [
        "-DLOG_TAG=\"libbufferhubqueue\"",
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
    ],
    srcs: sourceFiles,
    export_include_dirs: includeFiles,