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

Commit cd58088c authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Move host flags from linux -> host

There will be a second linux host config (linux_bionic), so move this to
apply to all supported host configs instead of just linux_glibc.

Test: out/soong/build.ninja is the same before/after
Change-Id: Id8db10e0a3db889736070eea16f387785c913179
parent 8b7feee3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ cc_library {


    target: {
    target: {
        // Always disable optimizations for host to make it easier to debug.
        // Always disable optimizations for host to make it easier to debug.
        linux: {
        host: {
            cflags: ["-O0", "-g"],
            cflags: ["-O0", "-g"],
        },
        },
    },
    },