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

Commit 508ae6d2 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 am: 22409b1a

am: cbeae7f8

Change-Id: I937d0e8c8c29fa9f4a70e1e8c9e4ae82619861fc
parents 3d5e84ba cbeae7f8
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"],
        },
    },