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

Commit 0a3b1d31 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Move host flags from linux -> host

am: cd58088c

Change-Id: If60258b3bf78cd9ed1c9b9dcbfb2d7bfa650d10d
parents 71b2c17b cd58088c
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"],
        },
    },