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

Commit 0b8e349a authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Cherry pick -DATRACE_TAG=... from goog/master branch." am: 6cfabaeb

am: 3ab6cf9d

Change-Id: I7ac1027c00214c58571f24f17eac269bdb359043
parents f0e521ff 3ab6cf9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,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
@@ -48,6 +48,7 @@ cc_library {
    cflags: [
        "-DLOG_TAG=\"libbufferhubqueue\"",
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
    ],
    srcs: sourceFiles,
    export_include_dirs: includeFiles,