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

Commit cbeae7f8 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

Change-Id: I8048b288f3fe590fe6fded9cbd3112246ec180ef
parents 064205a6 22409b1a
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"],
        },
    },