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

Commit 53b19d69 authored by Alix's avatar Alix Committed by Alix Espino
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
Ignore-AOSP-First: change is already in aosp

Change-Id: I96492f526873c272ce36ea428b7c0073a9395450
parent 5935e0fe
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",
            ],