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

Commit 9789f090 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a phony target containing benchmarks for PGO"

parents f9d7ec5c bc1e1779
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -417,3 +417,15 @@ cc_benchmark {
        "tests/microbench/TaskManagerBench.cpp",
    ],
}

// ----------------------------------------
// Phony target to build benchmarks for PGO
// ----------------------------------------

phony {
    name: "pgo-targets-hwui",
    required: [
        "hwuimicro",
        "hwuimacro",
    ]
}