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

Commit 22409b1a authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Move host flags from linux -> host am: cd58088c

am: 0a3b1d31

Change-Id: I57477ab4fc1e240b719f20fe4cf38223a84e7e07
parents 24bb332e 0a3b1d31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ cc_library {

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