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

Commit ad184642 authored by Alix Espino's avatar Alix Espino Committed by Automerger Merge Worker
Browse files

Merge "Moved contents of clang_cflags into cflags" into tm-dev-plus-aosp am: 1ff7a268

parents fe9799db 1ff7a268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ cc_defaults {
    name: "clang_file_coverage",
    target: {
        glibc: {
            clang_cflags: [
            cflags: [
                "-fprofile-instr-generate",
                "-fcoverage-mapping",
            ],
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ cc_defaults {
    name: "gd_clang_file_coverage",
    target: {
        glibc: {
            clang_cflags: [
            cflags: [
                "-fprofile-instr-generate",
                "-fcoverage-mapping",
            ],