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

Commit cebad307 authored by Alix's avatar Alix
Browse files

Moved contents of clang_cflags into cflags

Currently, clang_cflags are appended to cflags.
Clang_cflags will be deleted from Soong soon.

Test: Treehugger & m nothing
Bug: 226636335
Change-Id: Id0ecfbfaccc648eeeae4c21cd9635fa8c5e1cef0
parent b83dd9a5
Loading
Loading
Loading
Loading
+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",
            ],